All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@redhat.com>
To: marcandre.lureau@redhat.com
Cc: qemu-devel@nongnu.org, peter.maydell@linaro.org,
	"Marc-André Lureau" <marcandre.lureau@redhat.com>
Subject: Re: [PULL 00/40] UI patches
Date: Wed, 22 Apr 2026 21:03:42 -0400	[thread overview]
Message-ID: <20260423010342.GA517451@fedora> (raw)
In-Reply-To: <20260422104042.3936506-1-marcandre.lureau@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 17 bytes --]

Applied, thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 484 bytes --]

  parent reply	other threads:[~2026-04-23 14:12 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-22 10:40 [PULL 00/40] UI patches marcandre.lureau
2026-04-22 10:40 ` [PULL 01/40] ui/input-linux: close evdev fd when qemu_set_blocking fails marcandre.lureau
2026-04-22 10:40 ` [PULL 02/40] ui/spice-app: detect runtime directory creation failures marcandre.lureau
2026-04-22 10:40 ` [PULL 03/40] serial COM: windows serial COM PollingFunc don't sleep marcandre.lureau
2026-04-22 10:40 ` [PULL 04/40] ui/clipboard: clear deferred serial reset flag on resume marcandre.lureau
2026-04-22 10:40 ` [PULL 05/40] ui/vnc-jobs: remove needless buffer_reset() before end marcandre.lureau
2026-04-22 10:40 ` [PULL 06/40] ui/vnc: clarify intent using buffer_empty() function marcandre.lureau
2026-04-22 10:40 ` [PULL 07/40] ui/vnc-jobs: vnc_has_job_locked() argument cannot be NULL marcandre.lureau
2026-04-22 10:40 ` [PULL 08/40] ui/vnc-jobs: remove dead VncJobQueue.exit marcandre.lureau
2026-04-22 10:40 ` [PULL 09/40] ui/vnc-jobs: remove vnc_queue_clear() marcandre.lureau
2026-04-22 10:40 ` [PULL 10/40] ui/vnc-jobs: narrow taking the queue lock marcandre.lureau
2026-04-22 10:40 ` [PULL 11/40] ui/vnc-jobs: drop redundant (and needless) qemu_thread_get_self() marcandre.lureau
2026-04-22 10:40 ` [PULL 12/40] ui/console-vc: fix off-by-one in CSI J 2 (clear entire screen) marcandre.lureau
2026-04-22 10:40 ` [PULL 13/40] ui/console-vc: ignore string-type escape sequences marcandre.lureau
2026-04-22 10:40 ` [PULL 14/40] ui/console-vc: fix comment shift-out/in comments marcandre.lureau
2026-04-22 10:40 ` [PULL 15/40] ui/console: dispatch get_label() through QOM virtual method marcandre.lureau
2026-04-22 10:40 ` [PULL 16/40] ui/console-vc: introduce QemuVT100 marcandre.lureau
2026-04-22 10:40 ` [PULL 17/40] ui/console-vc: set vt100 associated pixman image marcandre.lureau
2026-04-22 10:40 ` [PULL 18/40] ui/console-vc: vga_putcharxy()->vt100_putcharxy() marcandre.lureau
2026-04-22 10:40 ` [PULL 19/40] ui/console-vc: make invalidate_xy() take vt100 marcandre.lureau
2026-04-22 10:40 ` [PULL 20/40] ui/console-vc: make show_cursor() " marcandre.lureau
2026-04-22 10:40 ` [PULL 21/40] ui/console-vc: decouple VT100 display updates via function pointer marcandre.lureau
2026-04-22 10:40 ` [PULL 22/40] ui/console-vc: console_refresh() -> vt100_refresh() marcandre.lureau
2026-04-22 10:40 ` [PULL 23/40] ui/console-vc: move cursor blinking logic into VT100 layer marcandre.lureau
2026-04-22 10:40 ` [PULL 24/40] ui/console-vc: console_scroll() -> vt100_scroll() marcandre.lureau
2026-04-22 10:40 ` [PULL 25/40] ui/console-vc: refactor text_console_resize() into vt100_set_image() marcandre.lureau
2026-04-22 10:40 ` [PULL 26/40] ui/console-vc: move vc_put_lf() to VT100 layer as vt100_put_lf() marcandre.lureau
2026-04-22 10:40 ` [PULL 27/40] ui/console-vc: unify the write path marcandre.lureau
2026-04-22 10:40 ` [PULL 28/40] ui: avoid duplicating vgafont16 in each translation unit marcandre.lureau
2026-04-22 10:40 ` [PULL 29/40] ui/vgafont: add SPDX license header marcandre.lureau
2026-04-22 10:40 ` [PULL 30/40] util: move datadir.c from system/ marcandre.lureau
2026-04-22 10:40 ` [PULL 31/40] system: make qemu_del_vm_change_state_handler accept NULL marcandre.lureau
2026-04-22 10:40 ` [PULL 32/40] ui/vnc: assert preconditions instead of silently returning marcandre.lureau
2026-04-22 10:40 ` [PULL 33/40] ui/vnc: simplify vnc_init_func error handling marcandre.lureau
2026-04-22 10:40 ` [PULL 34/40] ui/vnc: VncDisplay.id is not const marcandre.lureau
2026-04-22 10:40 ` [PULL 35/40] ui/keymaps: introduce kbd_layout_free() marcandre.lureau
2026-04-22 10:40 ` [PULL 36/40] ui/vnc: fix vnc_display_init() leak on failure marcandre.lureau
2026-04-22 10:40 ` [PULL 37/40] ui/vnc: make vnc_disconnect_finish() private marcandre.lureau
2026-04-22 10:40 ` [PULL 38/40] ui/vnc: remove left-over dead code marcandre.lureau
2026-04-22 10:40 ` [PULL 39/40] ui/vnc: explicitly link with png marcandre.lureau
2026-04-22 10:40 ` [PULL 40/40] tests: rename the dbus-daemon helper script marcandre.lureau
2026-04-23  1:03 ` Stefan Hajnoczi [this message]
2026-04-24 14:50 ` [PULL 00/40] UI patches Michael Tokarev

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=20260423010342.GA517451@fedora \
    --to=stefanha@redhat.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=peter.maydell@linaro.org \
    --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.