Re: [PATCH hyperv-next v6 05/17] arch/x86: mshyperv: Trap on access for some synthetic MSRs

From: Roman Kisel

Date: Mon Oct 06 2025 - 14:30:40 EST




On 10/6/2025 9:55 AM, Michael Kelley wrote:
From: Roman Kisel <romank@xxxxxxxxxxxxxxxxxxx> Sent: Friday, October 3, 2025 3:27 PM

[...]

+/*
+ * When running with the paravisor, controls proxying the synthetic interrupts
+ * from the host
+ */
+static bool hv_para_sint_proxy;

This needs to move down a few lines and be under the #if IS_ENABLED(CONFIG_HYPERV)
in order to eliminate the "unused variable" warning reported by the kernel test robot.

Thanks, Michael, will do!

[...]
--
Thank you,
Roman