]> git.proxmox.com Git - mirror_qemu.git/commit - ui/console.c
ui/console: replace kbd_timer with chr_accept_input callback
authorVolker Rümelin <vr_qemu@t-online.de>
Thu, 16 Sep 2021 19:22:37 +0000 (21:22 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 2 Nov 2021 16:24:18 +0000 (17:24 +0100)
commitec222519046bb6296bd1acc5a467c791d803d56c
tree93de75cbb588c93495d475b919d2ced6e9684b88
parent0c9d0641ac5ecea5c9a8b6bf9961dbecd36bdb20
ui/console: replace kbd_timer with chr_accept_input callback

There's a ChardevClass chr_accept_input() callback function that
can replace the write retry timer.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Volker Rümelin <vr_qemu@t-online.de>
Message-Id: <20210916192239.18742-2-vr_qemu@t-online.de>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/console.c