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
>> .
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
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
> >
> > =
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
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
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