Re: [PATCH 4/4] ppc/spapr: Move spapr nested HV to a new file

2023-06-19 Thread Nicholas Piggin
On Sun Jun 18, 2023 at 7:53 PM AEST, Daniel Henrique Barboza wrote: > Nick, > > Do you plan to send a new version of this patch with a spapr_nested.h > header included? Otherwise I'll pick this one as is. Hey Daniel, I'll send another series shortly with the header split out. Thanks, Nick

Re: [PATCH 4/4] ppc/spapr: Move spapr nested HV to a new file

2023-06-18 Thread Daniel Henrique Barboza
Nick, Do you plan to send a new version of this patch with a spapr_nested.h header included? Otherwise I'll pick this one as is. Thanks, Daniel On 6/8/23 06:13, Nicholas Piggin wrote: Create spapr_nested.c for most of the nested HV implementation. Signed-off-by: Nicholas Piggin ---

Re: [PATCH 4/4] ppc/spapr: Move spapr nested HV to a new file

2023-06-15 Thread Harsh Prateek Bora
On 6/15/23 17:21, Nicholas Piggin wrote: On Thu Jun 15, 2023 at 4:30 PM AEST, Harsh Prateek Bora wrote: On 6/8/23 14:43, Nicholas Piggin wrote: Create spapr_nested.c for most of the nested HV implementation. Signed-off-by: Nicholas Piggin --- hw/ppc/meson.build | 1 +

Re: [PATCH 4/4] ppc/spapr: Move spapr nested HV to a new file

2023-06-15 Thread Nicholas Piggin
On Thu Jun 15, 2023 at 4:30 PM AEST, Harsh Prateek Bora wrote: > > > On 6/8/23 14:43, Nicholas Piggin wrote: > > Create spapr_nested.c for most of the nested HV implementation. > > > > Signed-off-by: Nicholas Piggin > > --- > > hw/ppc/meson.build | 1 + > > hw/ppc/spapr_hcall.c | 415

Re: [PATCH 4/4] ppc/spapr: Move spapr nested HV to a new file

2023-06-15 Thread Harsh Prateek Bora
On 6/8/23 14:43, Nicholas Piggin wrote: Create spapr_nested.c for most of the nested HV implementation. Signed-off-by: Nicholas Piggin --- hw/ppc/meson.build | 1 + hw/ppc/spapr_hcall.c | 415 +- hw/ppc/spapr_nested.c | 496

[PATCH 4/4] ppc/spapr: Move spapr nested HV to a new file

2023-06-08 Thread Nicholas Piggin
Create spapr_nested.c for most of the nested HV implementation. Signed-off-by: Nicholas Piggin --- hw/ppc/meson.build | 1 + hw/ppc/spapr_hcall.c | 415 +- hw/ppc/spapr_nested.c | 496 + include/hw/ppc/spapr.h |