Re: [Qemu-devel] [RFC PATCH v2 09/13] spapr_pci_vfio: Call spapr_pci::reset on reset

2014-08-26 Thread David Gibson
On Fri, Aug 15, 2014 at 08:12:31PM +1000, Alexey Kardashevskiy wrote: > This enables use of the parent class rest() callback in VFIO. > > Signed-off-by: Alexey Kardashevskiy > --- > > I honestly do not remember why I did not do this when I added VFIO > at the first place... This or equivalent p

[Qemu-devel] [RFC PATCH v2 09/13] spapr_pci_vfio: Call spapr_pci::reset on reset

2014-08-15 Thread Alexey Kardashevskiy
This enables use of the parent class rest() callback in VFIO. Signed-off-by: Alexey Kardashevskiy --- I honestly do not remember why I did not do this when I added VFIO at the first place... --- hw/ppc/spapr_pci_vfio.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/hw/ppc/spapr_pci