commit | 05e07f9bdb0ea3c1c52029e6c4db77c9f7c92a5c | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Thu Apr 04 13:27:21 2013 +0300 |
committer | Gleb Natapov <gleb@redhat.com> | Sun Apr 07 14:53:47 2013 +0300 |
tree | d84ca956c581c7657c21d495062354d8fb1a349c | |
parent | b8c07d55d010702eff61562cf9a77366833d9da2 [diff] |
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 <pbonzini@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Gleb Natapov <gleb@redhat.com>