Message ID | 20230905034658.82835-1-jniethe5@gmail.com |
---|---|
Headers | show |
Series | KVM: PPC: Nested APIv2 guest support | expand |
> On 05-Sep-2023, at 9:16 AM, Jordan Niethe <jniethe5@gmail.com> 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 <sachinp@linux.ibm.com> - Sachin