commit | 00b2ef475d4728ca53a2bc788c7978042907e354 | [log] [tgz] |
---|---|---|
author | Amit Shah <amit.shah@qumranet.com> | Sun Nov 18 22:25:40 2007 +0530 |
committer | Avi Kivity <avi@qumranet.com> | Tue Nov 27 15:28:29 2007 +0200 |
tree | 628dbe7767628045fc6edf6c2335c607174b6636 | |
parent | 2a738e20a11b44219aa83073d625ff1a7004e463 [diff] |
KVM: x86 emulator: Use emulator_write_emulated and not emulator_write_std 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>