]> git.ipfire.org Git - thirdparty/linux.git/commit
mshv: Fix VpRootDispatchThreadBlocked value
authorNuno Das Neves <nunodasneves@linux.microsoft.com>
Tue, 14 Oct 2025 18:20:17 +0000 (11:20 -0700)
committerWei Liu <wei.liu@kernel.org>
Sat, 15 Nov 2025 06:18:14 +0000 (06:18 +0000)
commit7563d021e28ec71bc6266e1848b22205ed7863d6
tree1078c9f384efec3c0aca1e7c035c0e3da21f72bb
parent3a8660878839faadb4f1a6dd72c3179c1df56787
mshv: Fix VpRootDispatchThreadBlocked value

This value in the VP stats page is used to track if the VP can be
dispatched for execution when there are no fast interrupts injected.

The original value of 201 was used in a version of the hypervisor
which did not ship. It was subsequently changed to 202 so that is the
correct value.

Signed-off-by: Stanislav Kinsburskii <skinsburskii@linux.microsoft.com>
Signed-off-by: Nuno Das Neves <nunodasneves@linux.microsoft.com>
Signed-off-by: Wei Liu <wei.liu@kernel.org>
drivers/hv/mshv_root_main.c