Re: [PATCH qemu v11] spapr: Implement Open Firmware client interface

2020-12-08 Thread BALATON Zoltan via
On Tue, 8 Dec 2020, Alexey Kardashevskiy wrote: On 07/12/2020 22:48, BALATON Zoltan wrote: diff --git a/include/hw/ppc/spapr.h b/include/hw/ppc/spapr.h index 2e89e36cfbdc..048bf49592aa 100644 --- a/include/hw/ppc/spapr.h +++ b/include/hw/ppc/spapr.h @@ -175,6 +175,13 @@ struct SpaprMachineState

Re: [PATCH qemu v11] spapr: Implement Open Firmware client interface

2020-12-07 Thread Alexey Kardashevskiy
On 07/12/2020 22:48, BALATON Zoltan wrote: diff --git a/include/hw/ppc/spapr.h b/include/hw/ppc/spapr.h index 2e89e36cfbdc..048bf49592aa 100644 --- a/include/hw/ppc/spapr.h +++ b/include/hw/ppc/spapr.h @@ -175,6 +175,13 @@ struct SpaprMachineState {     long kernel_size;     bool kernel_le;  

Re: [PATCH qemu v11] spapr: Implement Open Firmware client interface

2020-12-07 Thread Alexey Kardashevskiy
On 08/12/2020 04:47, Cédric Le Goater wrote: On 12/7/20 6:15 PM, Greg Kurz wrote: On Mon, 7 Dec 2020 18:33:27 +1100 Alexey Kardashevskiy wrote: The PAPR platform which describes an OS environment that's presented by a combination of a hypervisor and firmware. The features it specifies

Re: [PATCH qemu v11] spapr: Implement Open Firmware client interface

2020-12-07 Thread Cédric Le Goater
On 12/7/20 6:15 PM, Greg Kurz wrote: > On Mon, 7 Dec 2020 18:33:27 +1100 > Alexey Kardashevskiy wrote: > >> The PAPR platform which describes an OS environment that's presented by >> a combination of a hypervisor and firmware. The features it specifies >> require collaboration between the

Re: [PATCH qemu v11] spapr: Implement Open Firmware client interface

2020-12-07 Thread Greg Kurz
On Mon, 7 Dec 2020 18:33:27 +1100 Alexey Kardashevskiy wrote: > The PAPR platform which describes an OS environment that's presented by > a combination of a hypervisor and firmware. The features it specifies > require collaboration between the firmware and the hypervisor. > > Since the

Re: [PATCH qemu v11] spapr: Implement Open Firmware client interface

2020-12-07 Thread BALATON Zoltan via
On Mon, 7 Dec 2020, Alexey Kardashevskiy wrote: The PAPR platform which describes an OS environment that's presented by a combination of a hypervisor and firmware. The features it specifies require collaboration between the firmware and the hypervisor. Since the beginning, the runtime component

Re: [PATCH qemu v11] spapr: Implement Open Firmware client interface

2020-12-06 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20201207073327.33367-1-...@ozlabs.ru/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20201207073327.33367-1-...@ozlabs.ru Subject: [PATCH qemu v11] spapr: Implement Open Firmware