On Wed, Jul 20, 2016 at 05:01:17PM +0100, Peter Maydell wrote: > On 19 July 2016 at 23:29, Michael S. Tsirkin <m...@redhat.com> wrote: > > The following changes since commit 3913d3707e3debfbf0d2d014a1a793394993b088: > > > > Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160718' > > into staging (2016-07-18 11:24:15 +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 9f156487b55e4d3385e63ef32d1368b33774e1b4: > > > > virtio: Update migration docs (2016-07-19 20:37:39 +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> > > Hi. I'm afraid this doesn't build for win32: > > /home/petmay01/linaro/qemu-for-merges/hw/i386/intel_iommu.c: In > function ‘vtd_remap_irq_get’: > /home/petmay01/linaro/qemu-for-merges/hw/i386/intel_iommu.c:2095:5: > error: implicit declaration of function ‘bzero’ > [-Werror=implicit-function-declaration] > bzero(&irte, sizeof(irte)); > ^ > /home/petmay01/linaro/qemu-for-merges/hw/i386/intel_iommu.c:2095:5: > error: incompatible implicit declaration of built-in function ‘bzero’ > [-Werror] > > Don't use bzero(), use memset() (bzero() isn't POSIX).
Sorry, my fault. Will be careful next time. -- peterx