On 08.10.2024 15:50, marcandre.lur...@redhat.com wrote:
From: Marc-André Lureau <marcandre.lur...@redhat.com>
Hi,
This series adds Listener.Unix.Map interface to -display dbus, to allow shared
memory for the display (similar to Listener.Win32.Map interface).
While working on it, I collected a few fixes. I can re-send them in a different
series or queue them once they are reviewed.
thanks
v2 (after Akhiko Odaki review):
- rebased
- introduce qemu_pixman_shareable, to reduce #ifdef usage
- fixed bad mmap testing
- fixed mingw cross-compilation
Marc-André Lureau (19):
hw/audio/hda: free timer on exit
hw/audio/hda: fix memory leak on audio setup
ui/dbus: fix leak on message filtering
ui/win32: fix potential use-after-free with dbus shared memory
ui/dbus: fix filtering all update messages
ui/dbus: discard display messages on disable
ui/dbus: discard pending CursorDefine on new one
util/memfd: report potential errors on free
ui/pixman: generalize shared_image_destroy
ui/dbus: do not limit to one listener per connection / bus name
ui/dbus: add trace for can_share_map
ui/surface: allocate shared memory on !win32
meson: find_program('gdbus-codegen') directly
ui/dbus: make Listener.Win32.Map win32-specific
ui/dbus: add Listener.Unix.Map interface XML
ui/dbus: implement Unix.Map
virtio-gpu: allocate shareable 2d resources on !win32
ui: refactor using a common qemu_pixman_shareable
tests: add basic -display dbus Map.Unix test
Is there something for qemu-stable in there?
Thanks,
/mjt