commit | f5f87dfbc777f89148c3c66438741139845d3ac6 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue Apr 01 13:23:24 2014 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Jul 11 09:13:59 2014 +0200 |
tree | 88b3a6f2774903587c7ddabe90a9c207ac756210 | |
parent | 54cfdb3e95d4f70409a7d3432a42cffc9a232be7 [diff] |
KVM: emulate: simplify writeback The "if/return" checks are useless, because we return X86EMUL_CONTINUE anyway if we do not return. Reviewed-by: Marcelo Tosatti <mtosatti@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>