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)
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>

No differences found