qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/1] ui/gtk: prevent QEMU lock up
@ 2021-07-25 16:46 Volker Rümelin
  2021-07-25 16:50 ` [PATCH for 6.1 v2 1/1] ui/gtk: add a keyboard fifo to the VTE consoles Volker Rümelin
  2021-07-26  8:28 ` [PATCH v2 0/1] ui/gtk: prevent QEMU lock up Gerd Hoffmann
  0 siblings, 2 replies; 3+ messages in thread
From: Volker Rümelin @ 2021-07-25 16:46 UTC (permalink / raw)
  To: Gerd Hoffmann; +Cc: Zack Marvel, qemu-devel

Since commit 8eb13bbbac ("ui/gtk: vte: fix sending multiple
characeters") it's very easy to lock up QEMU with the GTK ui.
If you configure a guest with a serial device and the guest
doesn't listen on this device, QEMU will lock up after
entering two characters in the serial console.

v2:
Gerd suggested to use the chr_accept_input() callback function
instead of a write retry timer and to drop patch 2/2.

Volker Rümelin (1):
   ui/gtk: add a keyboard fifo to the VTE consoles

  include/ui/gtk.h |  4 ++++
  ui/gtk.c         | 42 +++++++++++++++++++++++++++++++++---------
  2 files changed, 37 insertions(+), 9 deletions(-)

-- 
2.26.2



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

end of thread, other threads:[~2021-07-26  8:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-25 16:46 [PATCH v2 0/1] ui/gtk: prevent QEMU lock up Volker Rümelin
2021-07-25 16:50 ` [PATCH for 6.1 v2 1/1] ui/gtk: add a keyboard fifo to the VTE consoles Volker Rümelin
2021-07-26  8:28 ` [PATCH v2 0/1] ui/gtk: prevent QEMU lock up Gerd Hoffmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).