From: Jan Kiszka Date: Mon, 30 Jun 2014 08:54:17 +0000 (+0200) Subject: KVM: nSVM: Fix IOIO bitmap evaluation X-Git-Tag: omap-for-v3.17/fixes-against-rc2~184^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bf418335e24da995ea682a028926d7e1036be6f;p=pandora-kernel.git 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 Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed