Re: [PATCH 02/12] hw/char: riscv_htif: Drop {to, from}host_size in HTIFState

2022-12-27 Thread Alistair Francis
On Tue, Dec 27, 2022 at 4:56 PM Bin Meng wrote: > > These are not used anywhere. Drop them. > > Signed-off-by: Bin Meng Reviewed-by: Alistair Francis Alistair > --- > > include/hw/char/riscv_htif.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/include/hw/char/riscv_htif.h b/inclu

Re: [PATCH 02/12] hw/char: riscv_htif: Drop {to,from}host_size in HTIFState

2022-12-27 Thread Daniel Henrique Barboza
On 12/27/22 03:48, Bin Meng wrote: These are not used anywhere. Drop them. Signed-off-by: Bin Meng --- Reviewed-by: Daniel Henrique Barboza include/hw/char/riscv_htif.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/hw/char/riscv_htif.h b/include/hw/char/riscv_htif.h i

[PATCH 02/12] hw/char: riscv_htif: Drop {to, from}host_size in HTIFState

2022-12-26 Thread Bin Meng
These are not used anywhere. Drop them. Signed-off-by: Bin Meng --- include/hw/char/riscv_htif.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/hw/char/riscv_htif.h b/include/hw/char/riscv_htif.h index f888ac1b30..3eccc1914f 100644 --- a/include/hw/char/riscv_htif.h +++ b/include/