On 05-Sep-2023, at 9:16 AM, Jordan Niethe [off-list ref] 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 <redacted>
- Sachin