On 10/6/2025 9:55 AM, Michael Kelley wrote:
From: Roman Kisel <[email protected]> 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
