commit | db297e3d8ed8409b969512c3ecd9d13223f2981c | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Mon Nov 22 17:53:24 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Wed Jan 12 11:29:56 2011 +0200 |
tree | f45bb722f80e0ffd78a665c5f4dd1d69bda319e5 | |
parent | 42438e364cbc1e95cacb4ca92688d54a50cf5c4d [diff] |
KVM: x86 emulator: tighen up ->read_std() and ->write_std() error checks Instead of checking for X86EMUL_PROPAGATE_FAULT, check for any error, making the callers more reliable. Signed-off-by: Avi Kivity <avi@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>