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

2021-04-21 Thread David Gibson
On Wed, Apr 21, 2021 at 04:50:12PM +1000, Alexey Kardashevskiy wrote: > > > On 4/21/21 15:27, David Gibson wrote: > > On Tue, Apr 20, 2021 at 07:16:35PM +1000, Alexey Kardashevskiy wrote: > > > On 20/04/2021 13:14, David Gibson wrote: [snip] > > > > > diff --git a/pc-bios/vof/Makefile b/pc-bios/v

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

2021-04-20 Thread Alexey Kardashevskiy
On 4/21/21 15:27, David Gibson wrote: On Tue, Apr 20, 2021 at 07:16:35PM +1000, Alexey Kardashevskiy wrote: On 20/04/2021 13:14, David Gibson wrote: Overall, looking good. I'm pretty much happy to take it into 6.1. I do have quite a few comments below, but they're basically all just pol

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

2021-04-20 Thread David Gibson
On Tue, Apr 20, 2021 at 07:16:35PM +1000, Alexey Kardashevskiy wrote: > > > On 20/04/2021 13:14, David Gibson wrote: > > > > Overall, looking good. I'm pretty much happy to take it into 6.1. I > > do have quite a few comments below, but they're basically all just > > polish. > > > > On Wed, M

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

2021-04-20 Thread Alexey Kardashevskiy
On 20/04/2021 13:14, David Gibson wrote: Overall, looking good. I'm pretty much happy to take it into 6.1. I do have quite a few comments below, but they're basically all just polish. On Wed, Mar 31, 2021 at 01:53:08PM +1100, Alexey Kardashevskiy wrote: The PAPR platform which describes a

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

2021-04-19 Thread David Gibson
Overall, looking good. I'm pretty much happy to take it into 6.1. I do have quite a few comments below, but they're basically all just polish. On Wed, Mar 31, 2021 at 01:53:08PM +1100, Alexey Kardashevskiy wrote: > The PAPR platform which describes an OS environment that's presented by Nit: re

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

2021-04-08 Thread Alexey Kardashevskiy
On 31/03/2021 13:53, 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 compon

[PATCH qemu v18] spapr: Implement Open Firmware client interface

2021-03-30 Thread Alexey Kardashevskiy
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 of the firmware (RTAS) has been implemented as a 2