>>> On 22.02.17 at 13:57, <[email protected]> wrote: > I am learning event channel implementation in xen and evtchn driver in > linux. > When PVHVM guest boot, it will set callback vector using function void > *xen_callback_vector(void)* > which will call *xen_set_callback_via()* > > The logic itself is simple but I don't know what the '*via*' stands for. > Would you please kindly tell me the full name of '*via*'?
This is the English word "via", i.e. which approach (route) to take. Jan _______________________________________________ Xen-devel mailing list [email protected] https://lists.xen.org/xen-devel
