Re: [PATCH v2 0/1] riscv: qemu_chr_fe_write_all() in CONSOLE_WRITE_BYTE

2025-06-08 Thread Alistair Francis
On Thu, Jun 5, 2025 at 7:45 PM Daniel Henrique Barboza wrote: > > Hi, > > In this version I removed the reference of SBI_EXT_DBCN_CONSOLE_WRITE in > the commit message. That API is *non-blocking*, and citing it to justify > a change in a blocking API sounds weird. It's also uneeded since we have >

[PATCH v2 0/1] riscv: qemu_chr_fe_write_all() in CONSOLE_WRITE_BYTE

2025-06-05 Thread Daniel Henrique Barboza
Hi, In this version I removed the reference of SBI_EXT_DBCN_CONSOLE_WRITE in the commit message. That API is *non-blocking*, and citing it to justify a change in a blocking API sounds weird. It's also uneeded since we have a good case without it regardless. No other changes made. Changes from v1