git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a13a63f
)
KVM: x86 emulator: fix INTn emulation not pushing EFLAGS and CS
author
Avi Kivity
<avi@redhat.com>
Tue, 17 Aug 2010 08:17:51 +0000
(11:17 +0300)
committer
Avi 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