]> git.ipfire.org Git - thirdparty/linux.git/commit
mshv: Update hv_stats_page definitions
authorNuno Das Neves <nunodasneves@linux.microsoft.com>
Wed, 28 Jan 2026 18:11:44 +0000 (10:11 -0800)
committerWei Liu <wei.liu@kernel.org>
Wed, 4 Feb 2026 06:17:05 +0000 (06:17 +0000)
commitdf40f32c87be64c96ee974573968592e147a4ded
tree26b8d4440da9b76e64fd8f97d9b67f650c707a7a
parentc527c7aee28f266423afff872df7bff4fad3e084
mshv: Update hv_stats_page definitions

hv_stats_page belongs in hvhdk.h, move it there.

It does not require a union to access the data for different counters,
just use a single u64 array for simplicity and to match the Windows
definitions.

While at it, correct the ARM64 value for VpRootDispatchThreadBlocked.

Signed-off-by: Nuno Das Neves <nunodasneves@linux.microsoft.com>
Acked-by: Stanislav Kinsburskii <skinsburskii@linux.microsoft.com>
Reviewed-by: Michael Kelley <mhklinux@outlook.com>
Signed-off-by: Wei Liu <wei.liu@kernel.org>
drivers/hv/mshv_root_main.c
include/hyperv/hvhdk.h