From: Michael S. Tsirkin Date: Thu, 4 Apr 2013 10:27:21 +0000 (+0300) Subject: kvm: fix MMIO/PIO collision misdetection X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~32^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05e07f9bdb0ea3c1c52029e6c4db77c9f7c92a5c;p=pandora-kernel.git kvm: fix MMIO/PIO collision misdetection PIO and MMIO are separate address spaces, but ioeventfd registration code mistakenly detected two eventfds as duplicate if they use the same address, even if one is PIO and another one MMIO. Reviewed-by: Paolo Bonzini Signed-off-by: Michael S. Tsirkin Signed-off-by: Gleb Natapov --- Reading git-diff-tree failed