commit | 6d6eede4a0492c7478d44d7c8fae80c3bcf529d9 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Thu Jun 07 14:11:36 2012 +0300 |
committer | Avi Kivity <avi@redhat.com> | Mon Jul 09 14:19:00 2012 +0300 |
tree | 21f6c08dd13c8dddf4c64e29a0f77e7f230b75b5 | |
parent | 0017f93a2776597b798ec1a9594e41dfd96d3c11 [diff] |
KVM: x86 emulator: emulate cpuid Opcode 0F A2. Used by Linux during the mode change trampoline while in a state that is not virtualizable on vmx without unrestricted_guest, so we need to emulate it is emulate_invalid_guest_state=1. Signed-off-by: Avi Kivity <avi@redhat.com>