Re: [PATCH RESEND 04/15] ppc: spapr: Start using nested.api for nested kvm-hv api

2023-09-11 Thread Harsh Prateek Bora
On 9/7/23 07:05, Nicholas Piggin wrote: On Wed Sep 6, 2023 at 2:33 PM AEST, Harsh Prateek Bora wrote: With this patch, isolating kvm-hv nested api code to be executed only when cap-nested-hv is set. This helps keeping api specific logic mutually exclusive. Changelog needs a bit of

Re: [PATCH RESEND 04/15] ppc: spapr: Start using nested.api for nested kvm-hv api

2023-09-06 Thread Nicholas Piggin
On Wed Sep 6, 2023 at 2:33 PM AEST, Harsh Prateek Bora wrote: > With this patch, isolating kvm-hv nested api code to be executed only > when cap-nested-hv is set. This helps keeping api specific logic > mutually exclusive. Changelog needs a bit of improvement. Emphasis on "why" for changelogs. If

[PATCH RESEND 04/15] ppc: spapr: Start using nested.api for nested kvm-hv api

2023-09-06 Thread Harsh Prateek Bora
With this patch, isolating kvm-hv nested api code to be executed only when cap-nested-hv is set. This helps keeping api specific logic mutually exclusive. Signed-off-by: Michael Neuling Signed-off-by: Harsh Prateek Bora --- hw/ppc/spapr.c | 7 ++- hw/ppc/spapr_caps.c | 1 + 2 files