Re: [Qemu-devel] [PATCH v16 1/2] sPAPR: Implement EEH RTAS calls

2015-02-05 Thread Gavin Shan
On Fri, Feb 06, 2015 at 11:58:25AM +1100, David Gibson wrote: >On Thu, Feb 05, 2015 at 04:50:06PM +1100, Gavin Shan wrote: >> On Thu, Feb 05, 2015 at 02:19:49PM +1100, David Gibson wrote: >> >On Wed, Feb 04, 2015 at 01:27:35PM +1100, Gavin Shan wrote: >> >> The emulation for EEH RTAS requests from

Re: [Qemu-devel] [PATCH v16 1/2] sPAPR: Implement EEH RTAS calls

2015-02-05 Thread David Gibson
On Thu, Feb 05, 2015 at 04:50:06PM +1100, Gavin Shan wrote: > On Thu, Feb 05, 2015 at 02:19:49PM +1100, David Gibson wrote: > >On Wed, Feb 04, 2015 at 01:27:35PM +1100, Gavin Shan wrote: > >> The emulation for EEH RTAS requests from guest isn't covered > >> by QEMU yet and the patch implements them

Re: [Qemu-devel] [PATCH v16 1/2] sPAPR: Implement EEH RTAS calls

2015-02-04 Thread Gavin Shan
On Thu, Feb 05, 2015 at 02:19:49PM +1100, David Gibson wrote: >On Wed, Feb 04, 2015 at 01:27:35PM +1100, Gavin Shan wrote: >> The emulation for EEH RTAS requests from guest isn't covered >> by QEMU yet and the patch implements them. >> >> The patch defines constants used by EEH RTAS calls and adds

Re: [Qemu-devel] [PATCH v16 1/2] sPAPR: Implement EEH RTAS calls

2015-02-04 Thread David Gibson
On Wed, Feb 04, 2015 at 01:27:35PM +1100, Gavin Shan wrote: > The emulation for EEH RTAS requests from guest isn't covered > by QEMU yet and the patch implements them. > > The patch defines constants used by EEH RTAS calls and adds > callback sPAPRPHBClass::eeh_handler, which is going to be used >