Re: [PATCH v4 15/15] spapr: nested: Set the PCR when logical PVR is set

2024-03-05 Thread Harsh Prateek Bora
On 2/27/24 15:53, Nicholas Piggin wrote: On Tue Feb 20, 2024 at 6:36 PM AEST, Harsh Prateek Bora wrote: From: Amit Machhiwal In APIv1, KVM L0 sets the PCR, while in the nested papr APIv2, this doesn't work as the PCR can't be set via the guest state buffer; the logical PVR is set via the GS

Re: [PATCH v4 15/15] spapr: nested: Set the PCR when logical PVR is set

2024-02-27 Thread Nicholas Piggin
On Tue Feb 20, 2024 at 6:36 PM AEST, Harsh Prateek Bora wrote: > From: Amit Machhiwal > > In APIv1, KVM L0 sets the PCR, while in the nested papr APIv2, this > doesn't work as the PCR can't be set via the guest state buffer; the > logical PVR is set via the GSB though. > > This change sets the PCR

[PATCH v4 15/15] spapr: nested: Set the PCR when logical PVR is set

2024-02-20 Thread Harsh Prateek Bora
From: Amit Machhiwal In APIv1, KVM L0 sets the PCR, while in the nested papr APIv2, this doesn't work as the PCR can't be set via the guest state buffer; the logical PVR is set via the GSB though. This change sets the PCR whenever the logical PVR is set via the GSB. Also, unlike the other regist