Re: [Qemu-devel] [PATCH 04/12] spapr_pci: add set-indicator RTAS interface

2014-12-31 Thread Bharata B Rao
On Tue, Dec 23, 2014 at 8:42 PM, Michael Roth wrote: > > Hi Bharata, > > I've submitted v4 of PCI hotplug. The development branch is here: > > https://github.com/mdroth/qemu/commits/spapr-hotplug-pci > > and is based on top of a 'core' branch organized similar to what you proposed: > > https:/

Re: [Qemu-devel] [PATCH 04/12] spapr_pci: add set-indicator RTAS interface

2014-12-23 Thread Michael Roth
Quoting Bharata B Rao (2014-11-30 22:57:48) > On Wed, Nov 26, 2014 at 11:57 AM, Michael Roth > wrote: > > https://github.com/mdroth/qemu/commits/spapr-pci-hotplug-ppc-next-cleanup4.2 > > > > The sPAPRDREntry stuff is now modeled by the sPAPRDRConnector QOM object in > > hw/ppc/spapr_drc.c, which m

Re: [Qemu-devel] [PATCH 04/12] spapr_pci: add set-indicator RTAS interface

2014-11-30 Thread Bharata B Rao
On Wed, Nov 26, 2014 at 11:57 AM, Michael Roth wrote: > https://github.com/mdroth/qemu/commits/spapr-pci-hotplug-ppc-next-cleanup4.2 > > The sPAPRDREntry stuff is now modeled by the sPAPRDRConnector QOM object in > hw/ppc/spapr_drc.c, which manages the device's life-cycle based on > rtas-set-senso

Re: [Qemu-devel] [PATCH 04/12] spapr_pci: add set-indicator RTAS interface

2014-11-25 Thread Michael Roth
Quoting Bharata B Rao (2014-11-25 22:54:12) > On Wed, Oct 1, 2014 at 8:00 PM, Alexander Graf wrote: > > > > > > On 01.10.14 00:08, Michael Roth wrote: > >> Quoting Alexander Graf (2014-08-26 06:36:57) > >>> On 19.08.14 02:21, Michael Roth wrote: > From: Mike Day > > Signed-off-by:

Re: [Qemu-devel] [PATCH 04/12] spapr_pci: add set-indicator RTAS interface

2014-11-25 Thread Bharata B Rao
On Wed, Oct 1, 2014 at 8:00 PM, Alexander Graf wrote: > > > On 01.10.14 00:08, Michael Roth wrote: >> Quoting Alexander Graf (2014-08-26 06:36:57) >>> On 19.08.14 02:21, Michael Roth wrote: From: Mike Day Signed-off-by: Mike Day Signed-off-by: Michael Roth --- hw/

Re: [Qemu-devel] [PATCH 04/12] spapr_pci: add set-indicator RTAS interface

2014-11-25 Thread Bharata B Rao
On Wed, Oct 1, 2014 at 8:00 PM, Alexander Graf wrote: > > > On 01.10.14 00:08, Michael Roth wrote: >> Quoting Alexander Graf (2014-08-26 06:36:57) >>> On 19.08.14 02:21, Michael Roth wrote: From: Mike Day Signed-off-by: Mike Day Signed-off-by: Michael Roth --- hw/

Re: [Qemu-devel] [PATCH 04/12] spapr_pci: add set-indicator RTAS interface

2014-10-01 Thread Alexander Graf
On 01.10.14 00:08, Michael Roth wrote: > Quoting Alexander Graf (2014-08-26 06:36:57) >> On 19.08.14 02:21, Michael Roth wrote: >>> From: Mike Day >>> >>> Signed-off-by: Mike Day >>> Signed-off-by: Michael Roth >>> --- >>> hw/ppc/spapr_pci.c | 119 >>>

Re: [Qemu-devel] [PATCH 04/12] spapr_pci: add set-indicator RTAS interface

2014-09-30 Thread Michael Roth
Quoting Alexander Graf (2014-08-26 06:36:57) > On 19.08.14 02:21, Michael Roth wrote: > > From: Mike Day > > > > Signed-off-by: Mike Day > > Signed-off-by: Michael Roth > > --- > > hw/ppc/spapr_pci.c | 119 > > + > > include/hw/ppc/spapr.h |

Re: [Qemu-devel] [PATCH 04/12] spapr_pci: add set-indicator RTAS interface

2014-09-04 Thread Nathan Fontenot
On 08/26/2014 06:36 AM, Alexander Graf wrote: > > > On 19.08.14 02:21, Michael Roth wrote: >> From: Mike Day >> >> Signed-off-by: Mike Day >> Signed-off-by: Michael Roth >> --- >> hw/ppc/spapr_pci.c | 119 >> + >> include/hw/ppc/spapr.h |

Re: [Qemu-devel] [PATCH 04/12] spapr_pci: add set-indicator RTAS interface

2014-08-26 Thread Alexander Graf
On 19.08.14 02:21, Michael Roth wrote: > From: Mike Day > > Signed-off-by: Mike Day > Signed-off-by: Michael Roth > --- > hw/ppc/spapr_pci.c | 119 > + > include/hw/ppc/spapr.h | 3 ++ > 2 files changed, 122 insertions(+) > > diff --git