From: Avi Kivity Date: Tue, 17 Aug 2010 08:17:51 +0000 (+0300) Subject: KVM: x86 emulator: fix INTn emulation not pushing EFLAGS and CS X-Git-Tag: v2.6.37-rc1~142^2~198 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c56e1cf7a758c4772e2470b4346a8219ec7f44e;p=pandora-kernel.git KVM: x86 emulator: fix INTn emulation not pushing EFLAGS and CS emulate_push() only schedules a push; it doesn't actually push anything. Call writeback() to flush out the write. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed