Re: [PATCH] mshv: Add support for a new parent partition configuration
From: Easwar Hariharan
Date: Tue Aug 19 2025 - 12:17:43 EST
On 8/19/2025 12:29 AM, Nuno Das Neves wrote:
> Detect booting as an "L1VH" partition. This is a new scenario very
> similar to root partition where the mshv_root driver can be used to
> create and manage guest partitions.
>
> It mostly works the same as root partition, but there are some
> differences in how various features are handled. hv_l1vh_partition()
> is introduced to handle these cases. Add hv_parent_partition()
> which returns true for either case, replacing some hv_root_partition()
> checks.
>
> Signed-off-by: Nuno Das Neves <nunodasneves@xxxxxxxxxxxxxxxxxxx>
Seems the plurality of subject prefixes for drivers/hv files has been "Drivers: hv"
so far, including the 2 commits for drivers/hv/mshv*. Are you planning to change
the standard for mshv driver going forward?
It'd be good to have a small blurb about what an L1VH partition is in the commit
message, as well as what guides which hv_root_partition() call gets replaced with
hv_parent_partition().
<snip>
Thanks,
Easwar (he/him)