index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-10-15
hw/xtensa/xtfpga: Remove TARGET_BIG_ENDIAN #ifdef'ry
Philippe Mathieu-Daudé
2024-10-15
target/ppc: Use tcg_constant_tl() instead of tcg_gen_movi_tl()
Philippe Mathieu-Daudé
2024-10-15
target/tricore: Use tcg_constant_tl() instead of tcg_gen_movi_tl()
Philippe Mathieu-Daudé
2024-10-15
target/tricore: Use explicit little-endian LD/ST API
Philippe Mathieu-Daudé
2024-10-15
target/loongarch: Use explicit little-endian LD/ST API
Philippe Mathieu-Daudé
2024-10-15
linux-user/i386: Use explicit little-endian LD/ST API
Philippe Mathieu-Daudé
2024-10-15
target/avr: Use explicit little-endian LD/ST API
Philippe Mathieu-Daudé
2024-10-15
hw/i386: Use explicit little-endian LD/ST API
Philippe Mathieu-Daudé
2024-10-15
target/hexagon: Use explicit little-endian LD/ST API
Philippe Mathieu-Daudé
2024-10-15
target/alpha: Use explicit little-endian LD/ST API
Philippe Mathieu-Daudé
2024-10-15
gdbstub/helpers: Introduce ldtul_$endian_p() helpers
Philippe Mathieu-Daudé
2024-10-15
target/alpha: Replace ldtul_p() -> ldq_p()
Philippe Mathieu-Daudé
2024-10-15
target/hexagon: Replace ldtul_p() -> ldl_p()
Philippe Mathieu-Daudé
2024-10-15
exec/memop: Remove unused memop_big_endian() helper
Philippe Mathieu-Daudé
2024-10-15
exec/tswap: Massage target_needs_bswap() definition
Philippe Mathieu-Daudé
2024-10-15
qemu/bswap: Undefine CPU_CONVERT() once done
Philippe Mathieu-Daudé
2024-10-15
Merge tag 'chr-pull-request' of https://gitlab.com/marcandre.lureau/qemu into...
Peter Maydell
2024-10-15
tests/unit/test-char: implement a few mux remove test cases
Roman Penyaev
2024-10-15
chardev/mux: implement detach of frontends from mux
Roman Penyaev
2024-10-15
chardev/mux: switch mux frontends management to bitset
Roman Penyaev
2024-10-15
chardev/mux: introduce `mux_chr_attach_frontend() call
Roman Penyaev
2024-10-15
chardev/mux: convert size members to unsigned int
Roman Penyaev
2024-10-15
chardev/mux: use bool type for `linestart` and `term_got_escape`
Roman Penyaev
2024-10-15
chardev/chardev-internal: remove unused `max_size` struct member
Roman Penyaev
2024-10-15
chardev/char: fix qemu_chr_is_busy() check
Roman Penyaev
2024-10-14
Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...
Peter Maydell
2024-10-14
tests: update lcitool to fix freebsd py311-yaml rename
Daniel P. Berrangé
2024-10-14
configure, meson: synchronize defaults for configure and Meson Rust options
Paolo Bonzini
2024-10-14
meson: check in main meson.build for native Rust compiler
Paolo Bonzini
2024-10-14
audio/pw: Report more accurate error when connecting to PipeWire fails
Michal Privoznik
2024-10-14
tests: add basic -display dbus Map.Unix test
Marc-André Lureau
2024-10-14
ui: refactor using a common qemu_pixman_shareable
Marc-André Lureau
2024-10-14
virtio-gpu: allocate shareable 2d resources on !win32
Marc-André Lureau
2024-10-14
ui/dbus: implement Unix.Map
Marc-André Lureau
2024-10-14
ui/dbus: add Listener.Unix.Map interface XML
Marc-André Lureau
2024-10-14
ui/dbus: make Listener.Win32.Map win32-specific
Marc-André Lureau
2024-10-14
meson: find_program('gdbus-codegen') directly
Marc-André Lureau
2024-10-14
ui/surface: allocate shared memory on !win32
Marc-André Lureau
2024-10-14
ui/dbus: add trace for can_share_map
Marc-André Lureau
2024-10-14
ui/dbus: do not limit to one listener per connection / bus name
Marc-André Lureau
2024-10-14
ui/pixman: generalize shared_image_destroy
Marc-André Lureau
2024-10-14
util/memfd: report potential errors on free
Marc-André Lureau
2024-10-14
ui/dbus: discard pending CursorDefine on new one
Marc-André Lureau
2024-10-14
ui/dbus: discard display messages on disable
Marc-André Lureau
2024-10-14
ui/dbus: fix filtering all update messages
Marc-André Lureau
2024-10-14
ui/win32: fix potential use-after-free with dbus shared memory
Marc-André Lureau
2024-10-14
ui/dbus: fix leak on message filtering
Marc-André Lureau
2024-10-14
hw/audio/hda: fix memory leak on audio setup
Marc-André Lureau
2024-10-14
hw/audio/hda: free timer on exit
Marc-André Lureau
2024-10-14
Merge tag 'pull-tcg-20241013' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
[next]