commit | 2b3c246a682c50f5415c71fc5387a114a6f0d643 | [log] [tgz] |
---|---|---|
author | Sasha Levin <levinsasha928@gmail.com> | Wed Jul 20 20:59:00 2011 +0300 |
committer | Avi Kivity <avi@redhat.com> | Sun Sep 25 19:17:57 2011 +0300 |
tree | e520633a4c5460bd4e8ebd761af06d1a3af8b722 | |
parent | 8c3ba334f8588e1d5099f8602cf01897720e0eca [diff] |
KVM: Make coalesced mmio use a device per zone This patch changes coalesced mmio to create one mmio device per zone instead of handling all zones in one device. Doing so enables us to take advantage of existing locking and prevents a race condition between coalesced mmio registration/unregistration and lookups. Suggested-by: Avi Kivity <avi@redhat.com> Signed-off-by: Sasha Levin <levinsasha928@gmail.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>