From: Paolo Bonzini Date: Mon, 24 Nov 2014 14:27:17 +0000 (+0100) Subject: KVM: x86: move device assignment out of kvm_host.h X-Git-Tag: omap-for-v3.19/fixes-rc1~43^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9eab58f6466cef3d9cd760a96e4de5e060e5195;p=pandora-kernel.git KVM: x86: move device assignment out of kvm_host.h Create a new header, and hide the device assignment functions there. Move struct kvm_assigned_dev_kernel to assigned-dev.c by modifying arch/x86/kvm/iommu.c to take a PCI device struct. Based on a patch by Radim Krcmar . Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed