Re: [Qemu-devel] [RFC v3 03/10] vfio: add vfio-platform support

2014-06-26 Thread Alexander Graf
On 26.06.14 09:47, Eric Auger wrote: On 06/25/2014 11:21 PM, Alexander Graf wrote: On 02.06.14 09:49, 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 point

Re: [Qemu-devel] [RFC v3 03/10] vfio: add vfio-platform support

2014-06-26 Thread Eric Auger
On 06/25/2014 11:21 PM, Alexander Graf wrote: > > On 02.06.14 09:49, 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_hand

Re: [Qemu-devel] [RFC v3 03/10] vfio: add vfio-platform support

2014-06-25 Thread Alexander Graf
On 02.06.14 09:49, 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_register_reset, but only i