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.