Re: [RFC PATCH V3 10/16] x86/hyperv: Add smp support for sev-snp guest

From: Tianyu Lan
Date: Fri Feb 03 2023 - 01:11:44 EST


On 2/1/2023 2:34 AM, Michael Kelley (LINUX) wrote:
+ pr_err("HvCallStartVirtualProcessor failed: %llx\n", ret);
+ goto done;
+ }
+
+done:
+ local_irq_restore(flags);
+ return ret;
+}
+
Like a comment in an earlier patch, I'm wondering if the bulk of
this code could move to ivm.c, to avoid overloading mshyperv.c.

Sure. Will update in the next version.