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 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
