From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Fresh ioemu build failing Date: Wed, 04 Mar 2009 00:59:23 -0800 Message-ID: <49AE42EB.2030407@goop.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Jackson Cc: Xen-devel List-Id: xen-devel@lists.xenproject.org I did a clean pull of tools/ioemu-remote, but its failing to build: gcc -I. -I.. -I/home/jeremy/hg/xen/unstable/tools/ioemu-dir/target-i386 -= I/home/jeremy/hg/xen/unstable/tools/ioemu-dir -MMD -MT pt-msi.o -MP -DNEE= D_CPU_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=3D64 -D_LARGEFILE_SOURCE -I/hom= e/jeremy/hg/xen/unstable/tools/ioemu-dir/tcg -I/home/jeremy/hg/xen/unstab= le/tools/ioemu-dir/tcg/x86_64 -I/home/jeremy/hg/xen/unstable/tools/ioemu-= dir/fpu -I/home/jeremy/hg/xen/unstable//tools/libxc -I/home/jeremy/hg/xe= n/unstable//tools/xenstore -I/home/jeremy/hg/xen/unstable//tools/include = -I/home/jeremy/hg/xen/unstable//tools/blktap/lib -O2 -g -fno-strict-alias= ing -Wall -Wundef -Wendif-labels -Wwrite-strings -O1 -fno-omit-frame-poin= ter -fno-optimize-sibling-calls -m64 -g -fno-strict-aliasing -std=3Dgnu99= -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statemen= t -D__XEN_TOOLS__ -MMD -MF .pt-msi.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE= 64_SOURCE -Wno-unused -Wno-declaration-after-statement -Wno-pointer-sign= -DCONFIG_PASSTHROUGH -I../hw -m64 -DUSE_SSE2=3D1 -msse2 -Wno-unused -= Wno-declaration-after-statement -Wno-pointer-sign -DCONFIG_PASSTHROUGH = -c -o pt-msi.o /home/jeremy/hg/xen/unstable/tools/ioemu-dir/hw/pt-msi.c /home/jeremy/hg/xen/unstable/tools/ioemu-dir/hw/pt-msi.c: In function 'pt= _msi_update': /home/jeremy/hg/xen/unstable/tools/ioemu-dir/hw/pt-msi.c:130: error: too = few arguments to function 'xc_domain_update_msi_irq' /home/jeremy/hg/xen/unstable/tools/ioemu-dir/hw/pt-msi.c: In function 'pt= _msix_update_one': /home/jeremy/hg/xen/unstable/tools/ioemu-dir/hw/pt-msi.c:307: error: too = few arguments to function 'xc_domain_update_msi_irq' J