• E
    xen: reduce callback special cases · 03e5f8bb
    Eric Blake 提交于
    The callback struct is great when iterating through several
    possibilities, but when calling a known callback, it's just
    overhead.  We can make the direct call in those cases.
    
    * src/xen/xen_driver.c (xenUnifiedOpen, xenUnifiedDomainSuspend)
    (xenUnifiedDomainResume, xenUnifiedDomainDestroyFlags): Make
    direct calls instead of going through callback.
    03e5f8bb
xen_driver.c 67.7 KB