Re: [Qemu-devel] [RFC v5 0/8] KVM PCI/MSI passthrough with mach-virt

2016-10-18 Thread Auger Eric
Hi Fam, On 18/10/2016 15:34, Fam Zheng wrote: > On Mon, 10/17 22:56, Auger Eric wrote: >>> make[1]: *** No rule to make target `../hw/core/platform-bus-stub.o', >>> needed by `qemu-system-x86_64'. Stop. >> I can't figure out why this rule is missing? >> >> I compiled on x86 and aarch64 with >> .

Re: [Qemu-devel] [RFC v5 0/8] KVM PCI/MSI passthrough with mach-virt

2016-10-18 Thread Fam Zheng
On Mon, 10/17 22:56, Auger Eric wrote: > > make[1]: *** No rule to make target `../hw/core/platform-bus-stub.o', > > needed by `qemu-system-x86_64'. Stop. > I can't figure out why this rule is missing? > > I compiled on x86 and aarch64 with > ./configure --target-list="x86_64-softmmu" --enable-w

Re: [Qemu-devel] [RFC v5 0/8] KVM PCI/MSI passthrough with mach-virt

2016-10-17 Thread Fam Zheng
have docker installed, you can probably > > reproduce it > > locally. > > > > Subject: [Qemu-devel] [RFC v5 0/8] KVM PCI/MSI passthrough with mach-virt > > Type: series > > Message-id: 1476733110-14293-1-git-send-email-eric.au...@redhat.com > > > > =

Re: [Qemu-devel] [RFC v5 0/8] KVM PCI/MSI passthrough with mach-virt

2016-10-17 Thread Auger Eric
bject: [Qemu-devel] [RFC v5 0/8] KVM PCI/MSI passthrough with mach-virt > Type: series > Message-id: 1476733110-14293-1-git-send-email-eric.au...@redhat.com > > === TEST SCRIPT BEGIN === > #!/bin/bash > set -e > git submodule update --init dtc > # Let docker tests dump en

Re: [Qemu-devel] [RFC v5 0/8] KVM PCI/MSI passthrough with mach-virt

2016-10-17 Thread no-reply
Hi, Your series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Subject: [Qemu-devel] [RFC v5 0/8] KVM PCI/MSI passthrough with mach-virt Type: series Message-id: 1476733110-14293-1-git

[Qemu-devel] [RFC v5 0/8] KVM PCI/MSI passthrough with mach-virt

2016-10-17 Thread Eric Auger
On ARM, MSI transactions emitted by passthrough'ed devices are translated by the IOMMU. So the host must allocate IOVAs and map them to the host MSI frame physical addresses. Those IOVAs must be allocated within safe GPA slots, unused by the guest. The QEMU VFIO device retrieves the size if the I