]> git.karo-electronics.de Git - mv-sheeva.git/commit
KVM: x86 emulator: fix INTn emulation not pushing EFLAGS and CS
authorAvi Kivity <avi@redhat.com>
Tue, 17 Aug 2010 08:17:51 +0000 (11:17 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:51:09 +0000 (10:51 +0200)
commit5c56e1cf7a758c4772e2470b4346a8219ec7f44e
tree4ccb17fadcd358011627469a6b995897e14e63a7
parenta13a63faa6237001ed80d4f4051fc028dace10d9
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 <avi@redhat.com>
arch/x86/kvm/emulate.c