All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ui/console: chardev backend improvements
@ 2021-09-12 12:50 Volker Rümelin
  2021-09-12 12:52 ` [PATCH 1/3] ui/console: replace QEMUFIFO with Fifo8 Volker Rümelin
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Volker Rümelin @ 2021-09-12 12:50 UTC (permalink / raw)
  To: Gerd Hoffmann; +Cc: Marc-André Lureau, qemu-devel

A few things I learnt while writing a fix for a chardev bug
in the GTK backend.

Volker Rümelin (3):
   ui/console: replace QEMUFIFO with Fifo8
   ui/console: replace kbd_timer with chr_accept_input callback
   ui/console: remove chardev frontend connected test

  ui/console.c | 109 ++++++++++++++-------------------------------------
  1 file changed, 29 insertions(+), 80 deletions(-)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-09-12 21:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-12 12:50 [PATCH 0/3] ui/console: chardev backend improvements Volker Rümelin
2021-09-12 12:52 ` [PATCH 1/3] ui/console: replace QEMUFIFO with Fifo8 Volker Rümelin
2021-09-12 15:54   ` Marc-André Lureau
2021-09-12 17:58     ` Volker Rümelin
2021-09-12 18:34       ` Volker Rümelin
2021-09-12 21:21     ` Volker Rümelin
2021-09-12 12:52 ` [PATCH 2/3] ui/console: replace kbd_timer with chr_accept_input callback Volker Rümelin
2021-09-12 15:59   ` Marc-André Lureau
2021-09-12 12:52 ` [PATCH 3/3] ui/console: remove chardev frontend connected test Volker Rümelin
2021-09-12 16:34   ` Marc-André Lureau

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.