Re: [Qemu-devel] [RFC PATCH v3 14/18] spapr_pci_vfio: Call spapr_pci::reset on reset

2014-09-25 Thread David Gibson
On Fri, Aug 29, 2014 at 08:12:18PM +1000, Alexey Kardashevskiy wrote: > This enables use of the parent class rest() callback in VFIO. > > This effectively enables reset of PHBs TCE IOMMU object(s) which are not > bus devices and do not get reset by qemu_devices_reset() called from > a machine rese

[Qemu-devel] [RFC PATCH v3 14/18] spapr_pci_vfio: Call spapr_pci::reset on reset

2014-08-29 Thread Alexey Kardashevskiy
This enables use of the parent class rest() callback in VFIO. This effectively enables reset of PHBs TCE IOMMU object(s) which are not bus devices and do not get reset by qemu_devices_reset() called from a machine reset callback. Signed-off-by: Alexey Kardashevskiy --- hw/ppc/spapr_pci_vfio.c |