On 21 July 2016 at 17:26, Michael S. Tsirkin <m...@redhat.com> wrote: > changes from v3: > added two patches to fix build with older compilers. > > The following changes since commit 5d3217340adcb6c4f0e4af5d2b865331eb2ff63d: > > disas: Fix ATTRIBUTE_UNUSED define clash with ALSA headers (2016-07-19 > 16:40:39 +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 bd7af2c4e4b717510f8714ad6ac85b8233015711: > > intel_iommu: avoid unnamed fields (2016-07-21 19:23:32 +0300) > > ---------------------------------------------------------------- > pc, pci, virtio: new features, cleanups, fixes > > - interrupt remapping for intel iommus > - a bunch of virtio cleanups > - fixes all over the place > > Signed-off-by: Michael S. Tsirkin <m...@redhat.com> > > ----------------------------------------------------------------
> Michael S. Tsirkin (2): > intel_iommu: get rid of {0} initializers > intel_iommu: avoid unnamed fields This passes the build tests but I would definitely prefer these fixes to be squashed into the patches that have the problems, to help bisectability. thanks -- PMM