commit | 0c3d7c0051576d220e6da0a8ac08f2d8482e2f0b | [log] [tgz] |
---|---|---|
author | Eduardo Habkost <ehabkost@redhat.com> | Wed Sep 21 15:01:35 2016 -0300 |
committer | Eduardo Habkost <ehabkost@redhat.com> | Tue Sep 27 16:17:17 2016 -0300 |
tree | 9b1afea8b3ef45110e1b276d9188d336d10b088e | |
parent | c39c0edf9bb3b968ba95484465a50c7b19f4aa3a [diff] |
target-i386: Enable CPUID[0x8000000A] if SVM is enabled SVM needs CPUID[0x8000000A] to be available. So if SVM is enabled in a CPU model or explicitly in the command-line, adjust CPUID xlevel to expose the CPUID[0x8000000A] leaf. Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>