From: Sasha Levin Date: Wed, 20 Jul 2011 17:59:00 +0000 (+0300) Subject: KVM: Make coalesced mmio use a device per zone X-Git-Tag: v3.2-rc1~119^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b3c246a682c50f5415c71fc5387a114a6f0d643;p=pandora-kernel.git 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 Signed-off-by: Sasha Levin Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed