Re: [PATCH 6/6] spapr_pci: add spapr msi read method

2020-06-17 Thread Philippe Mathieu-Daudé
On 6/17/20 7:39 AM, P J P wrote: > From: Prasad J Pandit > > Add spapr msi mmio read method to avoid NULL pointer dereference > issue. > > Reported-by: Lei Sun > Signed-off-by: Prasad J Pandit > --- > hw/ppc/spapr_pci.c | 9 - > 1 file changed, 8 insertions(+), 1 deletion(-) > >

[PATCH 6/6] spapr_pci: add spapr msi read method

2020-06-16 Thread P J P
From: Prasad J Pandit Add spapr msi mmio read method to avoid NULL pointer dereference issue. Reported-by: Lei Sun Signed-off-by: Prasad J Pandit --- hw/ppc/spapr_pci.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/hw/ppc/spapr_pci.c b/hw/ppc/spapr_pci.c index