On 5/20/25 13:29, Magnus Kulke wrote:
Hello all,
as previously announced here, we are working on an integration that will
expose the HyperV hypervisor to QEMU on Linux hosts. HyperV is a Type 1
hypervisor with a layered architecture that features a "root partition"
alongside VMs as "child partitions" that will interface with the
hypervisor and has access to the hardware. (https://aka.ms/hypervarch)
I gave a look at stuff that is usually incorrect in newly submitted
accelerators. :) The two main thing to cover are:
- the signal handlers, which require a kernel change
- the memory region issue that isn't clear
Everything else is just small things that need to be cleaned up.
Paolo