aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-15hw/arm: Add SPI to Allwinner A10Strahinja Jankovic
2024-10-15hw/ssi: Allwinner A10 SPI emulationStrahinja Jankovic
2024-10-15tests/qtest: Check STM32L4x5 clock connectionsInès Varhol
2024-10-15hw/clock: Expose 'qtest-clock-period' QOM property for QTestsInès Varhol
2024-10-15hw/misc: Create STM32L4x5 SYSCFG clockInès Varhol
2024-10-15hw/intc/arm_gicv3_cpuif: Add cast to match the documentationAlexandra Diupina
2024-10-15hw/intc/arm_gicv3: Add cast to match the documentationAlexandra Diupina
2024-10-15hw/intc/arm_gicv3: Add cast to match the documentationAlexandra Diupina
2024-10-15hw/arm/stm32f405: Add RCC device to stm32f405 SoCRomán Cárdenas Rodríguez
2024-10-15hw/misc/stm32_rcc: Implement RCC device for STM32F4 SoCsRomán Cárdenas Rodríguez
2024-10-15hw/arm/omap1: Remove unused omap_uwire_attach() methodPhilippe Mathieu-Daudé
2024-10-14Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Peter Maydell
2024-10-14tests: update lcitool to fix freebsd py311-yaml renameDaniel P. Berrangé
2024-10-14configure, meson: synchronize defaults for configure and Meson Rust optionsPaolo Bonzini
2024-10-14meson: check in main meson.build for native Rust compilerPaolo Bonzini
2024-10-14audio/pw: Report more accurate error when connecting to PipeWire failsMichal Privoznik
2024-10-14tests: add basic -display dbus Map.Unix testMarc-André Lureau
2024-10-14ui: refactor using a common qemu_pixman_shareableMarc-André Lureau
2024-10-14virtio-gpu: allocate shareable 2d resources on !win32Marc-André Lureau
2024-10-14ui/dbus: implement Unix.MapMarc-André Lureau
2024-10-14ui/dbus: add Listener.Unix.Map interface XMLMarc-André Lureau
2024-10-14ui/dbus: make Listener.Win32.Map win32-specificMarc-André Lureau
2024-10-14meson: find_program('gdbus-codegen') directlyMarc-André Lureau
2024-10-14ui/surface: allocate shared memory on !win32Marc-André Lureau
2024-10-14ui/dbus: add trace for can_share_mapMarc-André Lureau
2024-10-14ui/dbus: do not limit to one listener per connection / bus nameMarc-André Lureau
2024-10-14ui/pixman: generalize shared_image_destroyMarc-André Lureau
2024-10-14util/memfd: report potential errors on freeMarc-André Lureau
2024-10-14ui/dbus: discard pending CursorDefine on new oneMarc-André Lureau
2024-10-14ui/dbus: discard display messages on disableMarc-André Lureau
2024-10-14ui/dbus: fix filtering all update messagesMarc-André Lureau
2024-10-14ui/win32: fix potential use-after-free with dbus shared memoryMarc-André Lureau
2024-10-14ui/dbus: fix leak on message filteringMarc-André Lureau
2024-10-14hw/audio/hda: fix memory leak on audio setupMarc-André Lureau
2024-10-14hw/audio/hda: free timer on exitMarc-André Lureau
2024-10-14Merge tag 'pull-tcg-20241013' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2024-10-13target/arm: Fix alignment fault priority in get_phys_addr_lpaeRichard Henderson
2024-10-13target/arm: Implement TCGCPUOps.tlb_fill_alignRichard Henderson
2024-10-13target/arm: Move device detection earlier in get_phys_addr_lpaeRichard Henderson
2024-10-13target/arm: Pass MemOp to get_phys_addr_lpaeRichard Henderson
2024-10-13target/arm: Pass MemOp through get_phys_addr_twostageRichard Henderson
2024-10-13target/arm: Pass MemOp to get_phys_addr_nogpcRichard Henderson
2024-10-13target/arm: Pass MemOp to get_phys_addr_gpcRichard Henderson
2024-10-13target/arm: Pass MemOp to get_phys_addr_with_space_nogpcRichard Henderson
2024-10-13target/arm: Pass MemOp to get_phys_addrRichard Henderson
2024-10-13target/hppa: Implement TCGCPUOps.tlb_fill_alignRichard Henderson
2024-10-13target/hppa: Handle alignment faults in hppa_get_physical_addressRichard Henderson
2024-10-13target/hppa: Fix priority of T, D, and B page faultsRichard Henderson
2024-10-13target/hppa: Perform access rights before protection id checkRichard Henderson
2024-10-13target/hppa: Add MemOp argument to hppa_get_physical_addressRichard Henderson