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:
2a738e2
)
KVM: x86 emulator: Use emulator_write_emulated and not emulator_write_std
author
Amit Shah
<amit.shah@qumranet.com>
Sun, 18 Nov 2007 16:55:40 +0000
(22:25 +0530)
committer
Avi Kivity
<avi@qumranet.com>
Tue, 27 Nov 2007 13:28:29 +0000
(15:28 +0200)
emulator_write_std() is not implemented, and calling write_emulated should
work just as well in place of write_std.
Fixes emulator failures with the push r/m instruction.
Signed-off-by: Amit Shah <amit.shah@qumranet.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
No differences found