KVM: x86 emulator: fix LIDT/LGDT in long mode
authorAvi Kivity <avi@redhat.com>
Thu, 7 Jun 2012 14:04:36 +0000 (17:04 +0300)
committerAvi Kivity <avi@redhat.com>
Mon, 9 Jul 2012 11:19:01 +0000 (14:19 +0300)
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>

No differences found