Re: [Qemu-devel] [RFC PATCH 1/2] target/arm/kvm: Translate the MSI doorbell in kvm_arch_fixup_msi_route

2017-07-13 Thread Michael S. Tsirkin
On Thu, Jul 13, 2017 at 12:08:41PM +0530, Bharat Bhushan wrote: > Fix-up MSI address if it translate via virtual iommu. > This code is based on http://patchwork.ozlabs.org/patch/785951/ > > Signed-off-by: Bharat Bhushan Links go dead with time. And following links is

[Qemu-devel] [RFC PATCH 1/2] target/arm/kvm: Translate the MSI doorbell in kvm_arch_fixup_msi_route

2017-07-13 Thread Bharat Bhushan
Fix-up MSI address if it translate via virtual iommu. This code is based on http://patchwork.ozlabs.org/patch/785951/ Signed-off-by: Bharat Bhushan --- target/arm/kvm.c | 21 + 1 file changed, 21 insertions(+) diff --git a/target/arm/kvm.c