summary refs log tree commit diff stats
path: root/python/scripts (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-15gdbstub/helpers: Introduce ldtul_$endian_p() helpersPhilippe Mathieu-Daudé1-0/+4
2024-10-15target/alpha: Replace ldtul_p() -> ldq_p()Philippe Mathieu-Daudé1-1/+1
2024-10-15target/hexagon: Replace ldtul_p() -> ldl_p()Philippe Mathieu-Daudé1-5/+5
2024-10-15exec/memop: Remove unused memop_big_endian() helperPhilippe Mathieu-Daudé1-6/+0
2024-10-15exec/tswap: Massage target_needs_bswap() definitionPhilippe Mathieu-Daudé1-1/+1
2024-10-15qemu/bswap: Undefine CPU_CONVERT() once donePhilippe Mathieu-Daudé1-0/+2
2024-10-15tests/unit/test-char: implement a few mux remove test casesRoman Penyaev1-1/+23
2024-10-15chardev/mux: implement detach of frontends from muxRoman Penyaev3-4/+20
2024-10-15chardev/mux: switch mux frontends management to bitsetRoman Penyaev3-16/+30
2024-10-15chardev/mux: introduce `mux_chr_attach_frontend() callRoman Penyaev3-8/+20
2024-10-15chardev/mux: convert size members to unsigned intRoman Penyaev4-11/+11
2024-10-15chardev/mux: use bool type for `linestart` and `term_got_escape`Roman Penyaev2-7/+7
2024-10-15chardev/chardev-internal: remove unused `max_size` struct memberRoman Penyaev1-1/+0
2024-10-15chardev/char: fix qemu_chr_is_busy() checkRoman Penyaev1-1/+1
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-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