KVM: Thirty-fifth public release
KVM: VMX: Don't require cr8 load/store exit capability when running on 32-bit

This is because cr8 is not available on IA-32. It is just used in 64-bit mode.
The rdmsr will then report this as not present, and it will lead us to return
an -EIO.

Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
1 file changed