diff options
author | Nuno Das Neves <nunodasneves@linux.microsoft.com> | 2025-02-21 22:56:34 +0300 |
---|---|---|
committer | Wei Liu <wei.liu@kernel.org> | 2025-02-22 05:21:45 +0300 |
commit | db912b8954c23a55dbc6dc683e0e06ffcb433848 (patch) | |
tree | 8a933867846cc3e373233cf25371f6c79f267502 /scripts/gdb/linux/stackdepot.py | |
parent | 9d8731a1757bef8630cb47e5ae3a1abbcf863e90 (diff) | |
download | linux-db912b8954c23a55dbc6dc683e0e06ffcb433848.tar.xz |
hyperv: Change hv_root_partition into a function
Introduce hv_curr_partition_type to store the partition type
as an enum.
Right now this is limited to guest or root partition, but there will
be other kinds in future and the enum is easily extensible.
Set up hv_curr_partition_type early in Hyper-V initialization with
hv_identify_partition_type(). hv_root_partition() just queries this
value, and shouldn't be called before that.
Making this check into a function sets the stage for adding a config
option to gate the compilation of root partition code. In particular,
hv_root_partition() can be stubbed out always be false if root
partition support isn't desired.
Signed-off-by: Nuno Das Neves <nunodasneves@linux.microsoft.com>
Reviewed-by: Easwar Hariharan <eahariha@linux.microsoft.com>
Reviewed-by: Michael Kelley <mhklinux@outlook.com>
Link: https://lore.kernel.org/r/1740167795-13296-3-git-send-email-nunodasneves@linux.microsoft.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
Message-ID: <1740167795-13296-3-git-send-email-nunodasneves@linux.microsoft.com>
Diffstat (limited to 'scripts/gdb/linux/stackdepot.py')
0 files changed, 0 insertions, 0 deletions