Re: [PATCH v4 4/9] prep: add ppc-parity write method

2020-08-11 Thread Li Qiang
P J P 于2020年8月11日周二 下午7:44写道: > > From: Prasad J Pandit > > Add ppc-parity mmio write method to avoid NULL pointer dereference > issue. > > Reported-by: Lei Sun > Acked-by: David Gibson > Signed-off-by: Prasad J Pandit Reviewed-by: Li Qiang > --- > hw/ppc/prep_systemio.c | 8 > 1

[PATCH v4 4/9] prep: add ppc-parity write method

2020-08-11 Thread P J P
From: Prasad J Pandit Add ppc-parity mmio write method to avoid NULL pointer dereference issue. Reported-by: Lei Sun Acked-by: David Gibson Signed-off-by: Prasad J Pandit --- hw/ppc/prep_systemio.c | 8 1 file changed, 8 insertions(+) Update v4: No change, v3 was acked -> https:/