From: Stefan Hajnoczi <stefanha@redhat.com>
To: marcandre.lureau@redhat.com
Cc: qemu-devel@nongnu.org, stefanha@redhat.com,
"Marc-André Lureau" <marcandre.lureau@redhat.com>
Subject: Re: [PULL 00/52] UI patches
Date: Wed, 6 Sep 2023 14:24:31 -0400 [thread overview]
Message-ID: <20230906182431.GA1282731@fedora> (raw)
In-Reply-To: <20230904115251.4161397-1-marcandre.lureau@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 115 bytes --]
Applied, thanks.
Please update the changelog at https://wiki.qemu.org/ChangeLog/8.2 for any user-visible changes.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
prev parent reply other threads:[~2023-09-06 18:25 UTC|newest]
Thread overview: 54+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-04 11:51 [PULL 00/52] UI patches marcandre.lureau
2023-09-04 11:51 ` [PULL 01/52] ui: remove qemu_pixman_color() helper marcandre.lureau
2023-09-04 11:51 ` [PULL 02/52] ui: remove qemu_pixman_linebuf_copy() marcandre.lureau
2023-09-04 11:52 ` [PULL 03/52] ui/qmp: move screendump to ui-qmp-cmds.c marcandre.lureau
2023-09-04 11:52 ` [PULL 04/52] ui/vc: replace vc_chr_write() with generic qemu_chr_write() marcandre.lureau
2023-09-04 11:52 ` [PULL 05/52] ui/vc: drop have_text marcandre.lureau
2023-09-04 11:52 ` [PULL 06/52] ui/console: console_select() regardless of have_gfx marcandre.lureau
2023-09-04 11:52 ` [PULL 07/52] ui/console: call dpy_gfx_update() " marcandre.lureau
2023-09-04 11:52 ` [PULL 08/52] ui/console: drop have_gfx marcandre.lureau
2023-09-04 11:52 ` [PULL 09/52] ui/console: get the DisplayState from new_console() marcandre.lureau
2023-09-04 11:52 ` [PULL 10/52] ui/console: new_console() cannot fail marcandre.lureau
2023-09-04 11:52 ` [PULL 11/52] ui/vc: VC always has a DisplayState now marcandre.lureau
2023-09-04 11:52 ` [PULL 12/52] ui/vc: move VCChardev declaration at the top marcandre.lureau
2023-09-04 11:52 ` [PULL 13/52] ui/vc: replace variable with static text attributes default marcandre.lureau
2023-09-04 11:52 ` [PULL 14/52] ui/vc: fold text_update_xy() marcandre.lureau
2023-09-04 11:52 ` [PULL 15/52] ui/vc: pass VCCharDev to VC-specific functions marcandre.lureau
2023-09-04 11:52 ` [PULL 16/52] ui/vc: move VCCharDev specific fields out of QemuConsole marcandre.lureau
2023-09-04 11:52 ` [PULL 17/52] ui/console: use OBJECT_DEFINE_TYPE for QemuConsole marcandre.lureau
2023-09-04 11:52 ` [PULL 18/52] ui/console: change new_console() to use object initialization marcandre.lureau
2023-09-04 11:52 ` [PULL 19/52] ui/console: introduce different console objects marcandre.lureau
2023-09-04 11:52 ` [PULL 20/52] ui/console: instantiate a specific console type marcandre.lureau
2023-09-04 11:52 ` [PULL 21/52] ui/console: register the console from qemu_console_init() marcandre.lureau
2023-09-04 11:52 ` [PULL 22/52] ui/console: remove new_console() marcandre.lureau
2023-09-04 11:52 ` [PULL 23/52] ui/console: specialize console_lookup_unused() marcandre.lureau
2023-09-04 11:52 ` [PULL 24/52] ui/console: update the head from unused QemuConsole marcandre.lureau
2023-09-04 11:52 ` [PULL 25/52] ui/console: allocate ui_timer in QemuConsole marcandre.lureau
2023-09-04 11:52 ` [PULL 26/52] ui/vc: move cursor_timer initialization to QemuTextConsole class marcandre.lureau
2023-09-04 11:52 ` [PULL 27/52] ui/console: free more QemuConsole resources marcandre.lureau
2023-09-04 11:52 ` [PULL 28/52] ui/vc: move text fields to QemuTextConsole marcandre.lureau
2023-09-04 11:52 ` [PULL 29/52] ui/console: move graphic fields to QemuGraphicConsole marcandre.lureau
2023-09-04 11:52 ` [PULL 30/52] ui/vc: fold text_console_do_init() in vc_chr_open() marcandre.lureau
2023-09-04 11:52 ` [PULL 31/52] ui/vc: move some text console initialization to qom handlers marcandre.lureau
2023-09-04 11:52 ` [PULL 32/52] ui/console: simplify getting active_console size marcandre.lureau
2023-09-04 11:52 ` [PULL 33/52] ui/console: remove need for g_width/g_height marcandre.lureau
2023-09-04 11:52 ` [PULL 34/52] ui/vc: use common text console surface creation marcandre.lureau
2023-09-04 11:52 ` [PULL 35/52] ui/console: declare console types in console.h marcandre.lureau
2023-09-04 11:52 ` [PULL 36/52] ui/console: use QEMU_PIXMAN_COLOR helpers marcandre.lureau
2023-09-04 11:52 ` [PULL 37/52] ui/console: rename vga_ functions with qemu_console_ marcandre.lureau
2023-09-04 11:52 ` [PULL 38/52] ui/console: assert(surface) where appropriate marcandre.lureau
2023-09-04 11:52 ` [PULL 39/52] ui/console: fold text_console_update_cursor_timer marcandre.lureau
2023-09-04 11:52 ` [PULL 40/52] ui/vc: skip text console resize when possible marcandre.lureau
2023-09-04 11:52 ` [PULL 41/52] ui/console: minor stylistic changes marcandre.lureau
2023-09-04 11:52 ` [PULL 42/52] ui/vc: move text console invalidate in helper marcandre.lureau
2023-09-04 11:52 ` [PULL 43/52] ui/vc: do not parse VC-specific options in Spice and GTK marcandre.lureau
2023-09-04 11:52 ` [PULL 44/52] ui/vc: change the argument for QemuTextConsole marcandre.lureau
2023-09-04 11:52 ` [PULL 45/52] ui/spice-display: Avoid dynamic stack allocation marcandre.lureau
2023-09-04 11:52 ` [PULL 46/52] ui/vnc-enc-hextile: Use static rather than dynamic length stack array marcandre.lureau
2023-09-04 11:52 ` [PULL 47/52] ui/vnc-enc-tight: Avoid dynamic stack allocation marcandre.lureau
2023-09-04 11:52 ` [PULL 48/52] ui/dbus: Properly dispose touch/mouse dbus objects marcandre.lureau
2023-09-04 11:52 ` [PULL 49/52] ui/dbus: implement damage regions for GL marcandre.lureau
2023-09-04 11:52 ` [PULL 50/52] ui/vdagent: call vdagent_disconnect() when agent connection is lost marcandre.lureau
2023-09-04 11:52 ` [PULL 51/52] ui/vdagent: Unregister input handler of mouse during finalization marcandre.lureau
2023-09-04 11:52 ` [PULL 52/52] ui/gtk: fix leaks found wtih fuzzing marcandre.lureau
2023-09-06 18:24 ` 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=20230906182431.GA1282731@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.