Re: [PATCH] target/ppc: Fix nested-hv HEAI delivery

2023-05-05 Thread BALATON Zoltan
On Fri, 5 May 2023, Nicholas Piggin wrote: ppc hypervisors turn HEAI interrupts into program interrupts injected into the guest that executed the illegal instruction, if the hypervisor doesn't handle it some other way. The nexted-hv implementation failed to account for this HEAI->program

Re: [PATCH] target/ppc: Fix nested-hv HEAI delivery

2023-05-05 Thread Fabiano Rosas
Nicholas Piggin writes: > ppc hypervisors turn HEAI interrupts into program interrupts injected > into the guest that executed the illegal instruction, if the hypervisor > doesn't handle it some other way. > > The nexted-hv implementation failed to account for this HEAI->program > conversion.

[PATCH] target/ppc: Fix nested-hv HEAI delivery

2023-05-05 Thread Nicholas Piggin
ppc hypervisors turn HEAI interrupts into program interrupts injected into the guest that executed the illegal instruction, if the hypervisor doesn't handle it some other way. The nexted-hv implementation failed to account for this HEAI->program conversion. The virtual hypervisor wants to see the