Re: [PATCH 3/6] vfio: add quirk device write method

2020-06-17 Thread Philippe Mathieu-Daudé
On 6/17/20 7:39 AM, P J P wrote: > From: Prasad J Pandit > > Add vfio quirk device mmio write method to avoid NULL pointer > dereference issue. > > Reported-by: Lei Sun > Signed-off-by: Prasad J Pandit > --- > hw/vfio/pci-quirks.c | 8 > 1 file changed, 8 insertions(+) > > diff

[PATCH 3/6] vfio: add quirk device write method

2020-06-16 Thread P J P
From: Prasad J Pandit Add vfio quirk device mmio write method to avoid NULL pointer dereference issue. Reported-by: Lei Sun Signed-off-by: Prasad J Pandit --- hw/vfio/pci-quirks.c | 8 1 file changed, 8 insertions(+) diff --git a/hw/vfio/pci-quirks.c b/hw/vfio/pci-quirks.c index