commit | 9bf418335e24da995ea682a028926d7e1036be6f | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Mon Jun 30 10:54:17 2014 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Jul 09 18:09:55 2014 +0200 |
tree | 2744a9564a101286b60272ff7eff4c216326d19c | |
parent | 62baf44cad3bc6b37115cc21e4228fe53d4f3474 [diff] |
KVM: nSVM: Fix IOIO bitmap evaluation First, kvm_read_guest returns 0 on success. And then we need to take the access size into account when testing the bitmap: intercept if any of bits corresponding to the access is set. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>