On 5/20/25 15:50, Paolo Bonzini wrote:
You need support in the hypervisor for this: KVM and HVF both have it.There are two ways to do it
Sorry - I left out the other way which is to pass something *into* MSHV_RUN_VP since only half of it is currently used (I think). But that's more complicated; the advantage would be to avoid the ioctl in the signal handler but it's not a fast path. I would just do it the easy way.
Paolo