qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] riscv: char: Avoid dropped charecters
@ 2024-08-19 11:31 Alistair Francis
  2024-08-19 11:31 ` [PATCH v2 1/2] hw/char: riscv_htif: Use blocking qemu_chr_fe_write_all Alistair Francis
  2024-08-19 11:31 ` [PATCH v2 2/2] hw/char: sifive_uart: Print uart charecters async Alistair Francis
  0 siblings, 2 replies; 5+ messages in thread
From: Alistair Francis @ 2024-08-19 11:31 UTC (permalink / raw)
  To: peter.maydell, qemu-devel, alex.bennee
  Cc: liwei1518, atishp, palmer, Bin Meng, zhiwei_liu, Paolo Bonzini,
	dbarboza, alistair23, qemu-riscv, Alistair Francis,
	Marc-André Lureau, Alistair Francis

This series fixes: https://gitlab.com/qemu-project/qemu/-/issues/2114

This converts the RISC-V charecter device callers of qemu_chr_fe_write()
to either use qemu_chr_fe_write_all() or to call qemu_chr_fe_write() async
and act on the return value.

v2:
 - Use Fifo8 for the Sifive UART instead of a custom FIFO

Alistair Francis (2):
  hw/char: riscv_htif: Use blocking qemu_chr_fe_write_all
  hw/char: sifive_uart: Print uart charecters async

 include/hw/char/sifive_uart.h | 17 ++++++-
 hw/char/riscv_htif.c          | 12 ++++-
 hw/char/sifive_uart.c         | 88 +++++++++++++++++++++++++++++++++--
 3 files changed, 109 insertions(+), 8 deletions(-)

-- 
2.46.0



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

end of thread, other threads:[~2024-09-03  5:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-19 11:31 [PATCH v2 0/2] riscv: char: Avoid dropped charecters Alistair Francis
2024-08-19 11:31 ` [PATCH v2 1/2] hw/char: riscv_htif: Use blocking qemu_chr_fe_write_all Alistair Francis
2024-09-03  5:42   ` Thomas Huth
2024-08-19 11:31 ` [PATCH v2 2/2] hw/char: sifive_uart: Print uart charecters async Alistair Francis
2024-09-03  5:53   ` Thomas Huth

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).