From: Avi Kivity Date: Thu, 6 Dec 2007 14:15:02 +0000 (+0200) Subject: KVM: x86 emulator: fix eflags preparation for emulation X-Git-Tag: v2.6.25-rc1~1138^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e934c9c1c8742872a53efb84966d9c1d7b8c8e24;p=pandora-kernel.git KVM: x86 emulator: fix eflags preparation for emulation We prepare eflags for the emulated instruction, then clobber it with an 'andl'. Fix by popping eflags as the last thing in the sequence. Patch taken from Xen (16143:959b4b92b6bf) Signed-off-by: Avi Kivity --- Reading git-diff-tree failed