[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PULL v2 0/6] virtio,pci: fixes and updates
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PULL v2 0/6] virtio,pci: fixes and updates |
Date: |
Thu, 15 Sep 2016 19:35:40 +0100 |
On 15 September 2016 at 16:22, Michael S. Tsirkin <address@hidden> wrote:
> The following changes since commit d1eb8f2acba579830cf3798c3c15ce51be852c56:
>
> fpu: add mechanism to check for invalid long double formats (2016-09-15
> 12:43:18 +0100)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream
>
> for you to fetch changes up to db86aad1aac8bbb55ed21b554e0b8c7f201bbb46:
>
> MAINTAINERS: add virtio-* tests (2016-09-15 17:30:04 +0300)
>
> ----------------------------------------------------------------
> virtio,pci: fixes and updates
>
> AMD IOMMU emulation
> virtio feature negotiation rework
>
> Signed-off-by: Michael S. Tsirkin <address@hidden>
Fails to build on PPC64BE:
/home/pm215/qemu/hw/i386/amd_iommu.c:129:1: error: no semicolon at end
of struct or union [-Werror]
} CMDInvalIommuPages;
^
/home/pm215/qemu/hw/i386/amd_iommu.c:245:5: error: expected ‘,’, ‘;’
or ‘}’ before ‘uint32_t’
uint32_t reserved_3:29;
^
/home/pm215/qemu/hw/i386/amd_iommu.c: In function ‘amdvi_complete_ppr’:
/home/pm215/qemu/hw/i386/amd_iommu.c:588:62: error: ‘CMDCompletePPR’
has no member named ‘reserved_3’
if (pprcomp->reserved_1 || pprcomp->reserved_2 || pprcomp->reserved_3 ||
^
/home/pm215/qemu/hw/i386/amd_iommu.c:589:16: error: ‘CMDCompletePPR’
has no member named ‘reserved_4’
pprcomp->reserved_4 || pprcomp->reserved_5) {
^
/home/pm215/qemu/hw/i386/amd_iommu.c:589:39: error: ‘CMDCompletePPR’
has no member named ‘reserved_5’
pprcomp->reserved_4 || pprcomp->reserved_5) {
^
Missing semicolon at the end of line 121.
thanks
-- PMM
- [Qemu-devel] [PULL v2 0/6] virtio,pci: fixes and updates, Michael S. Tsirkin, 2016/09/15
- [Qemu-devel] [PULL v2 1/6] virtio-bus: Plug devices after features are negotiated, Michael S. Tsirkin, 2016/09/15
- [Qemu-devel] [PULL v2 2/6] hw/pci: Prepare for AMD IOMMU, Michael S. Tsirkin, 2016/09/15
- [Qemu-devel] [PULL v2 3/6] hw/i386/trace-events: Add AMD IOMMU trace events, Michael S. Tsirkin, 2016/09/15
- [Qemu-devel] [PULL v2 6/6] MAINTAINERS: add virtio-* tests, Michael S. Tsirkin, 2016/09/15
- [Qemu-devel] [PULL v2 5/6] hw/i386: AMD IOMMU IVRS table, Michael S. Tsirkin, 2016/09/15
- [Qemu-devel] [PULL v2 4/6] hw/i386: Introduce AMD IOMMU, Michael S. Tsirkin, 2016/09/15
- Re: [Qemu-devel] [PULL v2 0/6] virtio,pci: fixes and updates, no-reply, 2016/09/15
- Re: [Qemu-devel] [PULL v2 0/6] virtio,pci: fixes and updates,
Peter Maydell <=