From: Ard Biesheuvel Date: Fri, 10 Oct 2014 15:00:32 +0000 (+0200) Subject: arm/arm64: KVM: map MMIO regions at creation time X-Git-Tag: fixes-against-v3.18-rc2~42^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8eef91239e57d2e932e7470879c9a504d5494ebb;p=pandora-kernel.git arm/arm64: KVM: map MMIO regions at creation time There is really no point in faulting in memory regions page by page if they are not backed by demand paged system RAM but by a linear passthrough mapping of a host MMIO region. So instead, detect such regions at setup time and install the mappings for the backing all at once. Acked-by: Marc Zyngier Reviewed-by: Christoffer Dall Signed-off-by: Ard Biesheuvel Signed-off-by: Christoffer Dall --- Reading git-diff-tree failed