]> git.baikalelectronics.ru Git - kernel.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)
commit667e633023d7502ac4fc377378e3574dbcb38767
tree4ccb17fadcd358011627469a6b995897e14e63a7
parentc0bb01826c70f05a30a1799d470c58d2bc451f3d
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