Re: [Qemu-devel] [PATCH v8 4/4] sPAPR: Implement sPAPRPHBClass::eeh_handler

2014-06-05 Thread Alexey Kardashevskiy
On 06/05/2014 11:00 PM, Alexander Graf wrote: > > On 05.06.14 08:53, Gavin Shan wrote: >> The patch implements sPAPRPHBClass::eeh_handler so that the >> EEH RTAS requests can be routed to VFIO for further handling. >> >> Signed-off-by: Gavin Shan > > Just to make sure I grasp this correctly. >

Re: [Qemu-devel] [PATCH v8 4/4] sPAPR: Implement sPAPRPHBClass::eeh_handler

2014-06-05 Thread Alexander Graf
On 05.06.14 08:53, Gavin Shan wrote: The patch implements sPAPRPHBClass::eeh_handler so that the EEH RTAS requests can be routed to VFIO for further handling. Signed-off-by: Gavin Shan Just to make sure I grasp this correctly. We have PHBs that are VFIO PHBs and PHBs that are emulation PHBs

[Qemu-devel] [PATCH v8 4/4] sPAPR: Implement sPAPRPHBClass::eeh_handler

2014-06-04 Thread Gavin Shan
The patch implements sPAPRPHBClass::eeh_handler so that the EEH RTAS requests can be routed to VFIO for further handling. Signed-off-by: Gavin Shan --- hw/ppc/spapr_pci_vfio.c | 54 + 1 file changed, 54 insertions(+) diff --git a/hw/ppc/spapr_pci_