From: Radim Krčmář Date: Fri, 21 Nov 2014 21:21:50 +0000 (+0100) Subject: kvm: x86: move assigned-dev.c and iommu.c to arch/x86/ X-Git-Tag: omap-for-v3.19/fixes-rc1~43^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c274e03af70544506cd7214fcc2d4c4376c2c6f4;p=pandora-kernel.git kvm: x86: move assigned-dev.c and iommu.c to arch/x86/ Now that ia64 is gone, we can hide deprecated device assignment in x86. Notable changes: - kvm_vm_ioctl_assigned_device() was moved to x86/kvm_arch_vm_ioctl() The easy parts were removed from generic kvm code, remaining - kvm_iommu_(un)map_pages() would require new code to be moved - struct kvm_assigned_dev_kernel depends on struct kvm_irq_ack_notifier Signed-off-by: Radim Krčmář Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed