commit | 7a036a6f670f63b32c5ee126425f9109271ca13f | [log] [tgz] |
---|---|---|
author | Radim Krčmář <rkrcmar@redhat.com> | Fri Oct 30 16:36:24 2015 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Nov 04 16:24:31 2015 +0100 |
tree | 1d05bde35800c3d4668e8e4a099777cdf14fb7a2 | |
parent | 2da29bccc5045ea10c70cb3a69be777768fd0b66 [diff] |
KVM: x86: add read_phys to x86_emulate_ops We want to read the physical memory when emulating RSM. X86EMUL_IO_NEEDED is returned on all errors for consistency with other helpers. Signed-off-by: Radim Krčmář <rkrcmar@redhat.com> Tested-by: Laszlo Ersek <lersek@redhat.com> Cc: stable@vger.kernel.org Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>