Re: [PATCH v3 0/3] Nested virtualization fixes for root partition

2025-07-14 Thread Wei Liu
On Fri, Jul 11, 2025 at 12:18:49PM -0700, Nuno Das Neves wrote: > Fixes for running as nested root partition on the Microsoft Hypervisor. > > The first patch changes vmbus to make hypercalls to the L0 hypervisor > instead of the L1. This is needed because L0 hypervisor, not the L1, is > the one ho

[PATCH v3 0/3] Nested virtualization fixes for root partition

2025-07-11 Thread Nuno Das Neves
Fixes for running as nested root partition on the Microsoft Hypervisor. The first patch changes vmbus to make hypercalls to the L0 hypervisor instead of the L1. This is needed because L0 hypervisor, not the L1, is the one hosting the Windows root partition with the VMM that provides vmbus. The 2n