Re: [PATCH 3/9] target/ppc: Add error reporting when opening file fails

2022-07-01 Thread Cédric Le Goater
On 6/30/22 21:42, Daniel Henrique Barboza wrote: From: jianchunfu Add error reporting before return when opening file fails in kvmppc_read_int_dt(). Signed-off-by: jianchunfu [danielhb: use error_setg() instead of fprintf] Signed-off-by: Daniel Henrique Barboza Reviewed-by: Cédric Le Goat

[PATCH 3/9] target/ppc: Add error reporting when opening file fails

2022-06-30 Thread Daniel Henrique Barboza
From: jianchunfu Add error reporting before return when opening file fails in kvmppc_read_int_dt(). Signed-off-by: jianchunfu [danielhb: use error_setg() instead of fprintf] Signed-off-by: Daniel Henrique Barboza --- target/ppc/kvm.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)