Re: [Qemu-devel] [RFC v2 3/6] vfio: add vfio-platform support

2014-04-18 Thread Alex Williamson
On Wed, 2014-04-09 at 16:33 +0100, Eric Auger wrote: > From: Kim Phillips > > Functions for which PCI and platform device support share are moved > into common.c. The common vfio_{get,put}_group() get an additional > argument, a pointer to a vfio_reset_handler(), for which to pass on to > qemu_r

[Qemu-devel] [RFC v2 3/6] vfio: add vfio-platform support

2014-04-09 Thread Eric Auger
From: Kim Phillips Functions for which PCI and platform device support share are moved into common.c. The common vfio_{get,put}_group() get an additional argument, a pointer to a vfio_reset_handler(), for which to pass on to qemu_register_reset, but only if it exists (the platform device code cu