
28 Jul
2011
28 Jul
'11
9:46 p.m.
On 07/21/2011 05:39 PM, Eric Blake wrote:
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.
Again, purely mechanical, and no problems noticed in the conversion. ACK.