From: Frank Chang Date: Thu, 11 Sep 2025 16:06:45 +0000 (+0800) Subject: hw/char: sifive_uart: Remove outdated comment about Tx FIFO X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9100b9e67fbd2d60b53a6c5620c4ca2e6e43a0db;p=thirdparty%2Fqemu.git hw/char: sifive_uart: Remove outdated comment about Tx FIFO Since Tx FIFO is now implemented using "qemu/fifo8.h", remove the comment that no longer reflects the current implementation. Signed-off-by: Frank Chang Reviewed-by: Alistair Francis Message-ID: <20250911160647.5710-4-frank.chang@sifive.com> Signed-off-by: Alistair Francis --- diff --git a/hw/char/sifive_uart.c b/hw/char/sifive_uart.c index 401f869680d..baef0bd9c28 100644 --- a/hw/char/sifive_uart.c +++ b/hw/char/sifive_uart.c @@ -28,12 +28,6 @@ #define TX_INTERRUPT_TRIGGER_DELAY_NS 100 -/* - * Not yet implemented: - * - * Transmit FIFO using "qemu/fifo8.h" - */ - /* Returns the state of the IP (interrupt pending) register */ static uint32_t sifive_uart_ip(SiFiveUARTState *s) {