qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL v2 00/55] pc, pci, virtio: new features, cleanups


From: Peter Xu
Subject: Re: [Qemu-devel] [PULL v2 00/55] pc, pci, virtio: new features, cleanups, fixes
Date: Thu, 21 Jul 2016 14:39:04 +0800
User-agent: Mutt/1.5.24 (2015-08-30)

On Wed, Jul 20, 2016 at 05:01:17PM +0100, Peter Maydell wrote:
> On 19 July 2016 at 23:29, Michael S. Tsirkin <address@hidden> 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 <address@hidden>
> 
> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]