commit | 5c56e1cf7a758c4772e2470b4346a8219ec7f44e | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Tue Aug 17 11:17:51 2010 +0300 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:51:09 2010 +0200 |
tree | 4ccb17fadcd358011627469a6b995897e14e63a7 | |
parent | a13a63faa6237001ed80d4f4051fc028dace10d9 [diff] |
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>