Re: [Qemu-devel] [PATCH 07/12] spapr_pci: add ibm, configure-connector RTAS interface

2014-09-04 Thread Nathan Fontenot
On 08/26/2014 04:12 AM, Alexey Kardashevskiy wrote: > On 08/19/2014 10:21 AM, Michael Roth wrote: >> Signed-off-by: Michael Roth > > I have totally no idea what this patch actually does :) When is this rtas > call made? Once after the guest received the check exception interrupt? Is > it all it d

Re: [Qemu-devel] [PATCH 07/12] spapr_pci: add ibm, configure-connector RTAS interface

2014-08-26 Thread Alexander Graf
On 19.08.14 02:21, Michael Roth wrote: > Signed-off-by: Michael Roth > --- > hw/ppc/spapr_pci.c | 111 > + > 1 file changed, 111 insertions(+) > > diff --git a/hw/ppc/spapr_pci.c b/hw/ppc/spapr_pci.c > index 8d1351d..96a57be 100644 > --- a/h

Re: [Qemu-devel] [PATCH 07/12] spapr_pci: add ibm, configure-connector RTAS interface

2014-08-26 Thread Alexey Kardashevskiy
On 08/19/2014 10:21 AM, Michael Roth wrote: > Signed-off-by: Michael Roth I have totally no idea what this patch actually does :) When is this rtas call made? Once after the guest received the check exception interrupt? Is it all it does is fetching the copy of the device tree made by spapr_creat

[Qemu-devel] [PATCH 07/12] spapr_pci: add ibm, configure-connector RTAS interface

2014-08-18 Thread Michael Roth
Signed-off-by: Michael Roth --- hw/ppc/spapr_pci.c | 111 + 1 file changed, 111 insertions(+) diff --git a/hw/ppc/spapr_pci.c b/hw/ppc/spapr_pci.c index 8d1351d..96a57be 100644 --- a/hw/ppc/spapr_pci.c +++ b/hw/ppc/spapr_pci.c @@ -606,6 +606,11