aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-15hw/xtensa/xtfpga: Remove TARGET_BIG_ENDIAN #ifdef'ryPhilippe Mathieu-Daudé
2024-10-15target/ppc: Use tcg_constant_tl() instead of tcg_gen_movi_tl()Philippe Mathieu-Daudé
2024-10-15target/tricore: Use tcg_constant_tl() instead of tcg_gen_movi_tl()Philippe Mathieu-Daudé
2024-10-15target/tricore: Use explicit little-endian LD/ST APIPhilippe Mathieu-Daudé
2024-10-15target/loongarch: Use explicit little-endian LD/ST APIPhilippe Mathieu-Daudé
2024-10-15linux-user/i386: Use explicit little-endian LD/ST APIPhilippe Mathieu-Daudé
2024-10-15target/avr: Use explicit little-endian LD/ST APIPhilippe Mathieu-Daudé
2024-10-15hw/i386: Use explicit little-endian LD/ST APIPhilippe Mathieu-Daudé
2024-10-15target/hexagon: Use explicit little-endian LD/ST APIPhilippe Mathieu-Daudé
2024-10-15target/alpha: Use explicit little-endian LD/ST APIPhilippe Mathieu-Daudé
2024-10-15gdbstub/helpers: Introduce ldtul_$endian_p() helpersPhilippe Mathieu-Daudé
2024-10-15target/alpha: Replace ldtul_p() -> ldq_p()Philippe Mathieu-Daudé
2024-10-15target/hexagon: Replace ldtul_p() -> ldl_p()Philippe Mathieu-Daudé
2024-10-15exec/memop: Remove unused memop_big_endian() helperPhilippe Mathieu-Daudé
2024-10-15exec/tswap: Massage target_needs_bswap() definitionPhilippe Mathieu-Daudé
2024-10-15qemu/bswap: Undefine CPU_CONVERT() once donePhilippe Mathieu-Daudé
2024-10-15Merge tag 'chr-pull-request' of https://gitlab.com/marcandre.lureau/qemu into...Peter Maydell
2024-10-15tests/unit/test-char: implement a few mux remove test casesRoman Penyaev
2024-10-15chardev/mux: implement detach of frontends from muxRoman Penyaev
2024-10-15chardev/mux: switch mux frontends management to bitsetRoman Penyaev
2024-10-15chardev/mux: introduce `mux_chr_attach_frontend() callRoman Penyaev
2024-10-15chardev/mux: convert size members to unsigned intRoman Penyaev
2024-10-15chardev/mux: use bool type for `linestart` and `term_got_escape`Roman Penyaev
2024-10-15chardev/chardev-internal: remove unused `max_size` struct memberRoman Penyaev
2024-10-15chardev/char: fix qemu_chr_is_busy() checkRoman Penyaev
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