From: Stefan Hajnoczi <stefanha@redhat.com>
To: "Marc-André Lureau" <marcandre.lureau@redhat.com>
Cc: qemu-devel@nongnu.org, Stefan Hajnoczi <stefanha@redhat.com>
Subject: Re: [GIT PULL 00/35] UI patches
Date: Thu, 25 Jun 2026 18:53:39 -0400 [thread overview]
Message-ID: <20260625225339.GA278650@fedora> (raw)
In-Reply-To: <20260624-ui-v1-0-482147b0a7af@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 116 bytes --]
Applied, thanks.
Please update the changelog at https://wiki.qemu.org/ChangeLog/11.1 for any user-visible changes.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
prev parent reply other threads:[~2026-06-26 14:04 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-24 11:41 [GIT PULL 00/35] UI patches Marc-André Lureau
2026-06-24 11:41 ` [GIT PULL 01/35] ui/gtk: fix bad widget realize on non-GFX VC Marc-André Lureau
2026-06-26 4:39 ` Michael Tokarev
2026-06-24 11:41 ` [GIT PULL 02/35] build-sys: build with -fno-omit-frame-pointer with ASAN Marc-André Lureau
2026-06-24 11:41 ` [GIT PULL 03/35] irq: add per-IRQ observer to fix qemu_irq_intercept_in leak Marc-André Lureau
2026-06-24 11:41 ` [GIT PULL 04/35] scripts/lsan_suppressions: suppress fontconfig leaks Marc-André Lureau
2026-06-24 11:41 ` [GIT PULL 05/35] vfio/pci: close display console during unrealize, not finalize Marc-André Lureau
2026-06-24 11:41 ` [GIT PULL 06/35] docs: add mdpy mdev vfio display testing guide Marc-André Lureau
2026-06-24 11:41 ` [GIT PULL 07/35] glib-compat: add fallback for g_clear_fd/g_autofd Marc-André Lureau
2026-06-24 11:41 ` [GIT PULL 08/35] util: make notifer_remove() safer Marc-André Lureau
2026-06-24 11:41 ` [GIT PULL 09/35] ui/dbus: remove mouse handler on dispose Marc-André Lureau
2026-06-24 11:41 ` [GIT PULL 10/35] ui/qmp: keep a reference of console across yield Marc-André Lureau
2026-06-24 11:41 ` [GIT PULL 11/35] ui: stop ui timer when closing Marc-André Lureau
2026-06-24 11:41 ` [GIT PULL 12/35] ui/console: init gl_unblock_timer in qemu_console_init Marc-André Lureau
2026-06-24 11:41 ` [GIT PULL 13/35] ui/spice: remove dead spice_displays Marc-André Lureau
2026-06-24 11:41 ` [GIT PULL 14/35] ui/spice: add cleanup on shutdown Marc-André Lureau
2026-06-24 11:41 ` [GIT PULL 15/35] ui: add display cleanup infrastructure Marc-André Lureau
2026-06-24 11:41 ` [GIT PULL 16/35] ui/curses: implement display cleanup Marc-André Lureau
2026-06-24 11:41 ` [GIT PULL 17/35] ui/sdl2: " Marc-André Lureau
2026-06-24 11:41 ` [GIT PULL 18/35] ui/spice-app: " Marc-André Lureau
2026-06-24 11:41 ` [GIT PULL 19/35] ui/egl: implement display and EGL cleanup Marc-André Lureau
2026-06-24 11:41 ` [GIT PULL 20/35] ui/cocoa: implement display cleanup Marc-André Lureau
2026-06-24 11:41 ` [GIT PULL 21/35] ui/dbus: " Marc-André Lureau
2026-06-24 11:41 ` [GIT PULL 22/35] ui/gtk: " Marc-André Lureau
2026-06-24 11:41 ` [GIT PULL 23/35] ui/console: add console event notifier infrastructure Marc-André Lureau
2026-06-24 11:41 ` [GIT PULL 24/35] ui/console: fire console ADDED/REMOVED notifications Marc-André Lureau
2026-06-24 11:41 ` [GIT PULL 25/35] ui/console-vc: fire " Marc-André Lureau
2026-06-24 11:41 ` [GIT PULL 26/35] ui/gtk: convert VirtualConsole storage from fixed array to GPtrArray Marc-André Lureau
2026-06-24 11:41 ` [GIT PULL 27/35] ui/gtk: move global display settings out of per-console init Marc-André Lureau
2026-06-24 11:41 ` [GIT PULL 28/35] ui/gtk: fix tab re-insertion order on window close Marc-André Lureau
2026-06-24 11:41 ` [GIT PULL 29/35] ui/gtk: centralize console menu and shortcut management Marc-André Lureau
2026-06-24 11:41 ` [GIT PULL 30/35] ui/gtk: handle console hotplug/unplug events Marc-André Lureau
2026-06-24 11:41 ` [GIT PULL 31/35] ui/console: register console in QOM tree dynamically Marc-André Lureau
2026-06-24 11:41 ` [GIT PULL 32/35] ui/console: unregister console from QOM tree on close Marc-André Lureau
2026-06-24 11:41 ` [GIT PULL 33/35] ui/dbus: handle console hotplug/unplug events Marc-André Lureau
2026-06-24 11:41 ` [GIT PULL 34/35] tests/qtest: add D-Bus display hotplug test Marc-André Lureau
2026-06-24 11:41 ` [GIT PULL 35/35] vga: implement text mode character blink Marc-André Lureau
2026-06-25 22:53 ` Stefan Hajnoczi [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260625225339.GA278650@fedora \
--to=stefanha@redhat.com \
--cc=marcandre.lureau@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.