]> git.ipfire.org Git - thirdparty/linux.git/commit
mshv: Add the HVCALL_GET_PARTITION_PROPERTY_EX hypercall
authorPurna Pavan Chandra Aekkaladevi <paekkaladevi@linux.microsoft.com>
Fri, 10 Oct 2025 21:55:48 +0000 (14:55 -0700)
committerWei Liu <wei.liu@kernel.org>
Sat, 15 Nov 2025 06:18:16 +0000 (06:18 +0000)
commit59aeea195948fd507cef2e439a5a964b8432750e
tree30a80e87937a6176dfd7b16dae23c2eaf2685825
parent9ebc528cfdada055984f919710c31be281cb717c
mshv: Add the HVCALL_GET_PARTITION_PROPERTY_EX hypercall

This hypercall can be used to fetch extended properties of a
partition. Extended properties are properties with values larger than
a u64. Some of these also need additional input arguments.

Add helper function for using the hypercall in the mshv_root driver.

Signed-off-by: Purna Pavan Chandra Aekkaladevi <paekkaladevi@linux.microsoft.com>
Signed-off-by: Nuno Das Neves <nunodasneves@linux.microsoft.com>
Reviewed-by: Anirudh Rayabharam <anirudh@anirudhrb.com>
Reviewed-by: Praveen K Paladugu <prapal@linux.microsoft.com>
Reviewed-by: Easwar Hariharan <easwar.hariharan@linux.microsoft.com>
Reviewed-by: Tianyu Lan <tiala@microsoft.com>
Signed-off-by: Wei Liu <wei.liu@kernel.org>
drivers/hv/mshv_root.h
drivers/hv/mshv_root_hv_call.c
include/hyperv/hvgdk_mini.h
include/hyperv/hvhdk.h
include/hyperv/hvhdk_mini.h