Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KVM: x86: emulate: correct page fault error code for NoWrite instruct…
…ions NoWrite instructions (e.g. cmp or test) never set the "write access" bit in the error code, even if one of the operands is treated as a destination. Fixes: c205fb7 Cc: Nadav Amit <namit@cs.technion.ac.il> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
- Loading branch information