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

2024-09-26 Thread Michal Suchánek
On Thu, Sep 26, 2024 at 10:53:45AM +0530, Vaibhav Jain wrote: > Hi Michal, > > Michal Suchánek writes: > > > > > Hello, > > > > are there any machines on which this is supposed to work? > > > > On a 9105-22A with ML1050_fw1050.20 (78) and > > On 9105-22A you need atleast: > Firmware level: FW

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

2024-09-25 Thread Vaibhav Jain
Hi Michal, Michal Suchánek writes: > Hello, > > are there any machines on which this is supposed to work? > > On a 9105-22A with ML1050_fw1050.20 (78) and On 9105-22A you need atleast: Firmware level: FW1060.10 > Linux 6.11.0-lp155.4.gce149d2-default I get: Kernel version is fine. ATM anythi

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

2024-09-25 Thread Michal Suchánek
On Thu, Sep 14, 2023 at 01:05:49PM +1000, Jordan Niethe 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 partit

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

2023-09-21 Thread Michael Ellerman
On Thu, 14 Sep 2023 13:05:49 +1000, Jordan Niethe 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 fi

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

2023-09-13 Thread Jordan Niethe
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 Nest