aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-15docs/devel/lockcnt: Convert to rST formatPeter Maydell3-45/+47
2024-10-15docs/devel/blkverify: Convert to rST formatPeter Maydell3-13/+19
2024-10-15docs/devel/blkdebug: Convert to rST formatPeter Maydell4-162/+179
2024-10-15hw/char/pl011: Use correct masks for IBRD and FBRDPeter Maydell1-2/+2
2024-10-15hw/intc/omap_intc: Remove now-unnecessary abstract base classPeter Maydell2-10/+3
2024-10-15hw/arm: Add SPI to Allwinner A10Strahinja Jankovic4-0/+12
2024-10-15hw/ssi: Allwinner A10 SPI emulationStrahinja Jankovic5-0/+633
2024-10-15tests/qtest: Check STM32L4x5 clock connectionsInès Varhol4-2/+111
2024-10-15hw/clock: Expose 'qtest-clock-period' QOM property for QTestsInès Varhol2-0/+22
2024-10-15hw/misc: Create STM32L4x5 SYSCFG clockInès Varhol3-2/+20
2024-10-15hw/intc/arm_gicv3_cpuif: Add cast to match the documentationAlexandra Diupina1-1/+1
2024-10-15hw/intc/arm_gicv3: Add cast to match the documentationAlexandra Diupina1-1/+1
2024-10-15hw/intc/arm_gicv3: Add cast to match the documentationAlexandra Diupina1-1/+1
2024-10-15hw/arm/stm32f405: Add RCC device to stm32f405 SoCRomán Cárdenas Rodríguez4-2/+16
2024-10-15hw/misc/stm32_rcc: Implement RCC device for STM32F4 SoCsRomán Cárdenas Rodríguez6-0/+265
2024-10-15hw/arm/omap1: Remove unused omap_uwire_attach() methodPhilippe Mathieu-Daudé2-29/+8
2024-10-14Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Peter Maydell15-172/+444
2024-10-14tests: update lcitool to fix freebsd py311-yaml renameDaniel P. Berrangé4-2/+3
2024-10-14configure, meson: synchronize defaults for configure and Meson Rust optionsPaolo Bonzini2-2/+2
2024-10-14meson: check in main meson.build for native Rust compilerPaolo Bonzini2-3/+2
2024-10-14audio/pw: Report more accurate error when connecting to PipeWire failsMichal Privoznik1-4/+4
2024-10-14tests: add basic -display dbus Map.Unix testMarc-André Lureau1-5/+67
2024-10-14ui: refactor using a common qemu_pixman_shareableMarc-André Lureau7-140/+142
2024-10-14virtio-gpu: allocate shareable 2d resources on !win32Marc-André Lureau2-12/+29
2024-10-14ui/dbus: implement Unix.MapMarc-André Lureau1-5/+73
2024-10-14ui/dbus: add Listener.Unix.Map interface XMLMarc-André Lureau1-0/+47
2024-10-14ui/dbus: make Listener.Win32.Map win32-specificMarc-André Lureau1-0/+2
2024-10-14meson: find_program('gdbus-codegen') directlyMarc-André Lureau1-1/+1
2024-10-14ui/surface: allocate shared memory on !win32Marc-André Lureau2-2/+32
2024-10-14ui/dbus: add trace for can_share_mapMarc-André Lureau2-0/+2
2024-10-14ui/dbus: do not limit to one listener per connection / bus nameMarc-André Lureau1-18/+5
2024-10-14ui/pixman: generalize shared_image_destroyMarc-André Lureau4-12/+16
2024-10-14util/memfd: report potential errors on freeMarc-André Lureau1-2/+7
2024-10-14ui/dbus: discard pending CursorDefine on new oneMarc-André Lureau1-0/+28
2024-10-14ui/dbus: discard display messages on disableMarc-André Lureau1-0/+2
2024-10-14ui/dbus: fix filtering all update messagesMarc-André Lureau1-12/+33
2024-10-14ui/win32: fix potential use-after-free with dbus shared memoryMarc-André Lureau4-34/+21
2024-10-14ui/dbus: fix leak on message filteringMarc-André Lureau1-0/+1
2024-10-14hw/audio/hda: fix memory leak on audio setupMarc-André Lureau1-13/+20
2024-10-14hw/audio/hda: free timer on exitMarc-André Lureau1-1/+1
2024-10-14Merge tag 'pull-tcg-20241013' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell41-358/+463
2024-10-13target/arm: Fix alignment fault priority in get_phys_addr_lpaeRichard Henderson1-21/+30
2024-10-13target/arm: Implement TCGCPUOps.tlb_fill_alignRichard Henderson4-34/+23
2024-10-13target/arm: Move device detection earlier in get_phys_addr_lpaeRichard Henderson1-24/+25
2024-10-13target/arm: Pass MemOp to get_phys_addr_lpaeRichard Henderson1-2/+4
2024-10-13target/arm: Pass MemOp through get_phys_addr_twostageRichard Henderson1-4/+6
2024-10-13target/arm: Pass MemOp to get_phys_addr_nogpcRichard Henderson1-6/+8
2024-10-13target/arm: Pass MemOp to get_phys_addr_gpcRichard Henderson1-5/+6
2024-10-13target/arm: Pass MemOp to get_phys_addr_with_space_nogpcRichard Henderson3-6/+8
2024-10-13target/arm: Pass MemOp to get_phys_addrRichard Henderson4-7/+8