Re: [PATCH v4 00/11] KVM: PPC: Nested APIv2 guest support

Sachin Sant <[email protected]> Thu, 07 Sep 2023 14:26:18 +0000
Newsgroups org.kernel.vger.kvm-ppc,org.kernel.vger.kvm,org.ozlabs.lists.linuxppc-dev
Message-ID <[email protected]>

> On 05-Sep-2023, at 9:16 AM, Jordan Niethe <[email protected]> wrote:
> 
> A nested-HV API for PAPR has been developed based on the KVM-specific
> nested-HV API that is upstream in Linux/KVM and QEMU. The PAPR API had
> to break compatibility to accommodate implementation in other
> hypervisors and partitioning firmware. The existing KVM-specific API
> will be known as the Nested APIv1 and the PAPR API will be known as the
> Nested APIv2. 
> 

I tested the Nested APIv2 support on a Power server. Was able to
bringup a L2 guest successfully. Additionally also tested the code
with avocado-vt based cpu, guest lifecycle and ras bucket.
The test completed successfully.

Based on this testing for patches 1 to 10

Tested-by: Sachin Sant <[email protected]>

- Sachin