aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2024-10-13target/hppa: Implement TCGCPUOps.tlb_fill_alignRichard Henderson3-13/+16
2024-10-13target/hppa: Handle alignment faults in hppa_get_physical_addressRichard Henderson1-1/+6
2024-10-13target/hppa: Fix priority of T, D, and B page faultsRichard Henderson1-3/+5
2024-10-13target/hppa: Perform access rights before protection id checkRichard Henderson1-6/+6
2024-10-13target/hppa: Add MemOp argument to hppa_get_physical_addressRichard Henderson4-7/+8
2024-10-13accel/tcg: Use the alignment test in tlb_fill_alignRichard Henderson1-43/+45
2024-10-13accel/tcg: Add TCGCPUOps.tlb_fill_alignRichard Henderson4-25/+67
2024-10-13include/exec/memop: Introduce memop_atomicity_bitsRichard Henderson2-14/+26
2024-10-13include/exec/memop: Rename get_alignment_bitsRichard Henderson9-16/+16
2024-10-13include/exec/memop: Move get_alignment_bits from tcg.hRichard Henderson2-23/+23
2024-10-13accel/tcg: Assert noreturn from write-only page for atomicsRichard Henderson1-3/+2
2024-10-13linux-user/vm86: Fix compilation with ClangThomas Huth1-65/+0
2024-10-13tests/tcg: Run test-proc-mappings.py on i386Ilya Leoshkevich1-11/+6
2024-10-13target/i386/gdbstub: Expose orig_axIlya Leoshkevich7-2/+77
2024-10-13target/i386/gdbstub: Factor out gdb_get_reg() and gdb_write_reg()Ilya Leoshkevich1-21/+30
2024-10-13linux-user/i386: Emulate orig_axIlya Leoshkevich3-2/+9
2024-10-13include/exec: Introduce env_cpu_const()Ilya Leoshkevich2-2/+13
2024-10-13tcg: remove singlestep_enabled from DisasContextBasePaolo Bonzini3-5/+3
2024-10-11Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell88-75/+3474
2024-10-11docs: use consistent markup for footnotesPaolo Bonzini6-11/+11
2024-10-11docs: avoid footnotes consisting of just URLsPaolo Bonzini2-26/+25
2024-10-11docs: fix invalid footnote syntaxPaolo Bonzini2-3/+3
2024-10-11gitlab-ci: add Rust-enabled CI jobPaolo Bonzini2-0/+19
2024-10-11dockerfiles: add a Dockerfile using a nightly Rust toolchainPaolo Bonzini2-0/+199
2024-10-11meson: ensure -mcx16 is passed when detecting ATOMIC128Paolo Bonzini1-4/+5