Re: [PATCH] hw/misc: sifive_u_otp: Use error_report() when block operation fails

2021-01-19 Thread Alistair Francis
On Mon, Jan 18, 2021 at 7:23 PM Bin Meng wrote: > > From: Bin Meng > > At present when blk_pread() / blk_pwrite() fails, a guest error > is logged, but this is not really a guest error. Change to use > error_report() instead. > > Signed-off-by: Bin Meng Thanks! Applied to riscv-to-apply.next

Re: [PATCH] hw/misc: sifive_u_otp: Use error_report() when block operation fails

2021-01-19 Thread Alistair Francis
On Mon, Jan 18, 2021 at 7:23 PM Bin Meng wrote: > > From: Bin Meng > > At present when blk_pread() / blk_pwrite() fails, a guest error > is logged, but this is not really a guest error. Change to use > error_report() instead. > > Signed-off-by: Bin Meng Reviewed-by: Alistair Francis Alistair

Re: [PATCH] hw/misc: sifive_u_otp: Use error_report() when block operation fails

2021-01-18 Thread Philippe Mathieu-Daudé
On 1/19/21 4:23 AM, Bin Meng wrote: > From: Bin Meng > > At present when blk_pread() / blk_pwrite() fails, a guest error > is logged, but this is not really a guest error. Change to use > error_report() instead. > > Signed-off-by: Bin Meng > --- > > hw/misc/sifive_u_otp.c | 13 + >