On 03/30/2011 03:26 PM, Avi Kivity wrote:
This behaviour is mandated by the spec (looking at the Intel one), though it is implemented incorrectly - should always return largest basic leaf, and ignore the kvm leaves.I think the correct behaviour is: if (e->function < 10000 && (!best || e->function > best->function)) best = e;
Oh, and it should honor ecx.. what a great interface. -- error compiling committee.c: too many arguments to function _______________________________________________ stable mailing list [email protected] http://linux.kernel.org/mailman/listinfo/stable
