Re: [PATCH v2 1/4] ui/console: replace QEMUFIFO with Fifo8
On Thu, Sep 16, 2021 at 11:22 PM Volker Rümelin wrote: > One of the two FIFO implementations QEMUFIFO and Fifo8 is > redundant. Replace QEMUFIFO with Fifo8. > > Signed-off-by: Volker Rümelin > Reviewed-by: Marc-André Lureau --- > ui/console.c | 86
[PATCH v2 1/4] ui/console: replace QEMUFIFO with Fifo8
One of the two FIFO implementations QEMUFIFO and Fifo8 is redundant. Replace QEMUFIFO with Fifo8. Signed-off-by: Volker Rümelin --- ui/console.c | 86 1 file changed, 20 insertions(+), 66 deletions(-) diff --git a/ui/console.c b/ui/console.c