On Mon, 12 Aug 2024 at 08:18, Jozsef CZOMPO <c...@czo.hu> wrote: > > > > On 12 Aug 2024, at 8:15 AM, Talha Khan <talhak2...@gmail.com> wrote: > > > > How can i enable kvm(on debian) inside qemu running on macos sonoma 14.5, i > > have started the qemu on mac using apples hvf, i want to run vms inside > > that qemu but cannot do so with using kvm. > > Nested virtualization support for the Virtualization.framework (which is used > by hvf) is one of the new features of the incoming macOS 15.
Isn't that the other way around? Virtualization is the high-level "create me a VM and handle all the details for me" API, and hvf is the low level "give me full manual control" API. QEMU uses hvf, not Virtualization, so nested-virt support in Virtualization doesn't matter for us. I imagine that macos 15 has nested support in the hvf framework too, but haven't checked the documentation closely. Either way, QEMU would also require changes to get it to use the new nested support. We don't even implement nested support on KVM AArch64 yet... -- PMM