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

2023-05-12 Thread Nicholas Piggin
On Fri May 5, 2023 at 9:09 PM AEST, Harsh Prateek Bora wrote: > > > On 5/3/23 06:09, Nicholas Piggin wrote: > > Create spapr_nested.c for the nested HV implementation (modulo small > > pieces in MMU and exception handling). > > > This separation of nested code in its own file is very much

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

2023-05-05 Thread Harsh Prateek Bora
On 5/3/23 06:09, Nicholas Piggin wrote: Create spapr_nested.c for the nested HV implementation (modulo small pieces in MMU and exception handling). This separation of nested code in its own file is very much needed, but this could have been a pre-patch to all the previous patches (at least

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

2023-05-02 Thread Nicholas Piggin
Create spapr_nested.c for the nested HV implementation (modulo small pieces in MMU and exception handling). Signed-off-by: Nicholas Piggin --- hw/ppc/meson.build | 1 + hw/ppc/spapr_hcall.c | 429 +-- hw/ppc/spapr_nested.c | 496