qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v2 0/4] ui/console: chardev backend improvements


From: Volker Rümelin
Subject: [PATCH v2 0/4] ui/console: chardev backend improvements
Date: Thu, 16 Sep 2021 21:21:15 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0

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

v2:
Patch "ui/console: replace QEMUFIFO with Fifo8". Renamed the
variable free to num_free to help reading the code. (Marc-André)

New patch "ui/console: prevent use after free error".
ui/gtk.c needs a similar patch. I'll take care of it.

Volker Rümelin (4):
  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: prevent use after free error

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

--
2.31.1



reply via email to

[Prev in Thread] Current Thread [Next in Thread]