Re: [PATCH V3 7/9] x86/hyperv: Initialize cpu and memory for SEV-SNP enlightened guest

From: Tianyu Lan
Date: Wed Jul 26 2023 - 10:17:06 EST


On 7/26/2023 12:26 PM, Jinank Jain wrote:
+    /*
+     * Hyper-V SEV-SNP enlightened guest doesn't support ioapic
+     * and legacy APIC page read/write. Switch to hv apic here.
+     */
+    disable_ioapic_support();

Where are we switching hv_apic? May I am missing something here?


Nice catch! It's fossil comment when there is no x2apic support.
Will fix it in the next version.