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 <[email protected]>
> Reviewed-by: Wei Liu <[email protected]>Acked-by: Andrew Cooper <[email protected]> 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 [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
