On 02/10/18 11:12, Jan Beulich wrote:
> This is intentionally not touching hooks used rarely (or not at all)
> during the lifetime of a VM, like {domain,vcpu}_initialise or cpu_up,
> as well as nested, VM event, and altp2m ones (they can all be done
> later, if so desired). Virtual Interrupt delivery ones will be dealt
> with in a subsequent patch.
>
> Signed-off-by: Jan Beulich <jbeul...@suse.com>
> Reviewed-by: Wei Liu <wei.l...@citrix.com>

Acked-by: Andrew Cooper <andrew.coop...@citrix.com>

It is a shame that we don't have a variation such as cond_alt_vcall()
which nops out the entire call when the function pointer is NULL, but I
can't think of any sane way of trying to make that happen.

~Andrew

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to