Re: [PATCH 04/12] hw/char: riscv_htif: Use conventional 's' for HTIFState

2022-12-27 Thread Alistair Francis
On Tue, Dec 27, 2022 at 4:52 PM Bin Meng wrote: > > QEMU source codes tend to use 's' to represent the hardware state. > Let's use it for HTIFState. > > Signed-off-by: Bin Meng Reviewed-by: Alistair Francis Alistair > --- > > hw/char/riscv_htif.c | 64 ++--

Re: [PATCH 04/12] hw/char: riscv_htif: Use conventional 's' for HTIFState

2022-12-27 Thread Daniel Henrique Barboza
On 12/27/22 03:48, Bin Meng wrote: QEMU source codes tend to use 's' to represent the hardware state. Let's use it for HTIFState. Signed-off-by: Bin Meng --- Reviewed-by: Daniel Henrique Barboza hw/char/riscv_htif.c | 64 ++-- 1 file changed,

[PATCH 04/12] hw/char: riscv_htif: Use conventional 's' for HTIFState

2022-12-26 Thread Bin Meng
QEMU source codes tend to use 's' to represent the hardware state. Let's use it for HTIFState. Signed-off-by: Bin Meng --- hw/char/riscv_htif.c | 64 ++-- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/hw/char/riscv_htif.c b/hw/char/riscv