From: Gleb Natapov Date: Wed, 10 Feb 2010 12:21:31 +0000 (+0200) Subject: KVM: x86 emulator: Add Virtual-8086 mode of emulation X-Git-Tag: v2.6.34-rc1~193^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0044755679f3e761b8b95995e5f2db2b7efd0f6;p=pandora-kernel.git KVM: x86 emulator: Add Virtual-8086 mode of emulation For some instructions CPU behaves differently for real-mode and virtual 8086. Let emulator know which mode cpu is in, so it will not poke into vcpu state directly. Signed-off-by: Gleb Natapov Cc: stable@kernel.org Signed-off-by: Avi Kivity --- Reading git-diff-tree failed