From: Avi Kivity Date: Thu, 7 Jun 2012 14:04:36 +0000 (+0300) Subject: KVM: x86 emulator: fix LIDT/LGDT in long mode X-Git-Tag: v3.6-rc1~124^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=510425ff3344df03a1f94bce49e659ae302e0d34;p=pandora-kernel.git 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 --- Reading git-diff-tree failed