2022-07-28 23:52:49

by Boris Ostrovsky

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


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 <[email protected]>


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