Re: [PATCH v2 2/2] drivers/vfio: Support EEH error injection

2015-03-17 Thread Gavin Shan
On Tue, Mar 17, 2015 at 02:45:49PM -0600, Alex Williamson wrote: >On Mon, 2015-03-16 at 18:01 +1100, Gavin Shan wrote: >> The patch adds one more EEH sub-command (VFIO_EEH_PE_INJECT_ERR) >> to inject the specified EEH error, which is represented by >> (struct vfio_eeh_pe_err), to the indicated PE f

Re: [PATCH v2 2/2] drivers/vfio: Support EEH error injection

2015-03-17 Thread Alex Williamson
On Mon, 2015-03-16 at 18:01 +1100, Gavin Shan wrote: > The patch adds one more EEH sub-command (VFIO_EEH_PE_INJECT_ERR) > to inject the specified EEH error, which is represented by > (struct vfio_eeh_pe_err), to the indicated PE for testing purpose. > > Signed-off-by: Gavin Shan > --- > v2: Put a

[PATCH v2 2/2] drivers/vfio: Support EEH error injection

2015-03-16 Thread Gavin Shan
The patch adds one more EEH sub-command (VFIO_EEH_PE_INJECT_ERR) to inject the specified EEH error, which is represented by (struct vfio_eeh_pe_err), to the indicated PE for testing purpose. Signed-off-by: Gavin Shan --- v2: Put additional arguments for error injection to union --- Documentation