commit | 510425ff3344df03a1f94bce49e659ae302e0d34 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Thu Jun 07 17:04:36 2012 +0300 |
committer | Avi Kivity <avi@redhat.com> | Mon Jul 09 14:19:01 2012 +0300 |
tree | 0b9e1c771f23ec8efd1b18eabfa11184c4d16f0a | |
parent | 79d5b4c3cd809c770d4bf9812635647016c56011 [diff] |
KVM: x86 emulator: fix LIDT/LGDT in long mode The operand size for these instructions is 8 bytes in long mode, even without a REX prefix. Set it explicitly. Triggered while booting Linux with emulate_invalid_guest_state=1. Signed-off-by: Avi Kivity <avi@redhat.com>