Re: [PATCH v3] x86/xen: Add support for HVMOP_set_evtchn_upcall_vector

From: Boris Ostrovsky
Date: Thu Jul 28 2022 - 19:10:36 EST



On 7/28/22 8:52 AM, Jane Malalane wrote:
+/*
+ * Setup per-vCPU vector-type callbacks and trick toolstack to think


The comment should be adjusted -- no need to mention toolstack now that that code has been factored out.


Other than that


Reviewed-by: Boris Ostrovsky <boris.ostrovsky@xxxxxxxxxx>


+ * we are enlightened. If this setup is unavailable, fallback to the
+ * global vector-type callback.
+ */
+static __init void xen_init_setup_upcall_vector(void)
+{