From: Amit Shah Date: Sun, 18 Nov 2007 16:55:40 +0000 (+0530) Subject: KVM: x86 emulator: Use emulator_write_emulated and not emulator_write_std X-Git-Tag: v2.6.24-rc4~86^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00b2ef475d4728ca53a2bc788c7978042907e354;p=pandora-kernel.git 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 Signed-off-by: Avi Kivity --- Reading git-diff-tree failed