commit | cb007648de83cf226d69ec76e1c01848b4e8e49f | [log] [tgz] |
---|---|---|
author | Mark McLoughlin <markmc@redhat.com> | Tue May 12 12:36:44 2009 +0100 |
committer | Avi Kivity <avi@redhat.com> | Thu Sep 10 08:32:39 2009 +0300 |
tree | ddbffb8ad08a1805200ca61ba22b98ec086d0901 | |
parent | 60af2ecdc53af5b941e4a2eb99862a7ccf3ed7c8 [diff] |
KVM: fix cpuid E2BIG handling for extended request types If we run out of cpuid entries for extended request types we should return -E2BIG, just like we do for the standard request types. Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>