On 15 September 2016 at 16:22, Michael S. Tsirkin <m...@redhat.com> 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 <m...@redhat.com>
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