Re: [PATCH v2 1/4] VFIO: platform: add reset struct and lookup table

2015-06-10 Thread Eric Auger
Hi Alex, On 06/09/2015 08:26 PM, Alex Williamson wrote: > On Fri, 2015-06-05 at 17:06 +0200, Eric Auger wrote: >> This patch introduces the vfio_platform_reset_combo struct that >> stores all the information useful to handle the reset modality: >> compat string, name of the reset function, name of

Re: [PATCH v2 1/4] VFIO: platform: add reset struct and lookup table

2015-06-10 Thread Eric Auger
Hi Alex, On 06/09/2015 08:26 PM, Alex Williamson wrote: On Fri, 2015-06-05 at 17:06 +0200, Eric Auger wrote: This patch introduces the vfio_platform_reset_combo struct that stores all the information useful to handle the reset modality: compat string, name of the reset function, name of the

Re: [PATCH v2 1/4] VFIO: platform: add reset struct and lookup table

2015-06-09 Thread Alex Williamson
On Fri, 2015-06-05 at 17:06 +0200, Eric Auger wrote: > This patch introduces the vfio_platform_reset_combo struct that > stores all the information useful to handle the reset modality: > compat string, name of the reset function, name of the module that > implements the reset function. A lookup

Re: [PATCH v2 1/4] VFIO: platform: add reset struct and lookup table

2015-06-09 Thread Alex Williamson
On Fri, 2015-06-05 at 17:06 +0200, Eric Auger wrote: This patch introduces the vfio_platform_reset_combo struct that stores all the information useful to handle the reset modality: compat string, name of the reset function, name of the module that implements the reset function. A lookup table

[PATCH v2 1/4] VFIO: platform: add reset struct and lookup table

2015-06-05 Thread Eric Auger
This patch introduces the vfio_platform_reset_combo struct that stores all the information useful to handle the reset modality: compat string, name of the reset function, name of the module that implements the reset function. A lookup table of such structures is added, currently containing a

[PATCH v2 1/4] VFIO: platform: add reset struct and lookup table

2015-06-05 Thread Eric Auger
This patch introduces the vfio_platform_reset_combo struct that stores all the information useful to handle the reset modality: compat string, name of the reset function, name of the module that implements the reset function. A lookup table of such structures is added, currently containing a