* Fresh ioemu build failing
@ 2009-03-04 8:59 Jeremy Fitzhardinge
2009-03-04 9:15 ` Keir Fraser
0 siblings, 1 reply; 3+ messages in thread
From: Jeremy Fitzhardinge @ 2009-03-04 8:59 UTC (permalink / raw)
To: Ian Jackson; +Cc: Xen-devel
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 -DNEED_CPU_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/home/jeremy/hg/xen/unstable/tools/ioemu-dir/tcg -I/home/jeremy/hg/xen/unstable/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/xen/unstable//tools/xenstore -I/home/jeremy/hg/xen/unstable//tools/include -I/home/jeremy/hg/xen/unstable//tools/blktap/lib -O2 -g -fno-strict-aliasing -Wall -Wundef -Wendif-labels -Wwrite-strings -O1 -fno-omit-frame-pointer -fno-optimize-sibling-calls -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement -D__XEN_TOOLS__ -MMD -MF .pt-msi.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wno-unused -Wno-declaration-after-statement -Wno-pointer-sign -DCONFIG_PASSTHROUGH -I../hw -m64 -DUSE_SSE2=1 -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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Fresh ioemu build failing
2009-03-04 8:59 Fresh ioemu build failing Jeremy Fitzhardinge
@ 2009-03-04 9:15 ` Keir Fraser
2009-03-04 10:30 ` Ian Jackson
0 siblings, 1 reply; 3+ messages in thread
From: Keir Fraser @ 2009-03-04 9:15 UTC (permalink / raw)
To: Jeremy Fitzhardinge, Ian Jackson; +Cc: Xen-devel
I manually pushed xen-unstable. Probably same needs to be done for
qemu-xen-unstable.
-- Keir
On 04/03/2009 08:59, "Jeremy Fitzhardinge" <jeremy@goop.org> wrote:
> 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
> -DNEED_CPU_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
> -I/home/jeremy/hg/xen/unstable/tools/ioemu-dir/tcg
> -I/home/jeremy/hg/xen/unstable/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/xen/unstable//tools/xenstore
> -I/home/jeremy/hg/xen/unstable//tools/include
> -I/home/jeremy/hg/xen/unstable//tools/blktap/lib -O2 -g -fno-strict-aliasing
> -Wall -Wundef -Wendif-labels -Wwrite-strings -O1 -fno-omit-frame-pointer
> -fno-optimize-sibling-calls -m64 -g -fno-strict-aliasing -std=gnu99 -Wall
> -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement
> -D__XEN_TOOLS__ -MMD -MF .pt-msi.o.d -D_LARGEFILE_SOURCE
> -D_LARGEFILE64_SOURCE -Wno-unused -Wno-declaration-after-statement
> -Wno-pointer-sign -DCONFIG_PASSTHROUGH -I../hw -m64 -DUSE_SSE2=1 -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
>
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Fresh ioemu build failing
2009-03-04 9:15 ` Keir Fraser
@ 2009-03-04 10:30 ` Ian Jackson
0 siblings, 0 replies; 3+ messages in thread
From: Ian Jackson @ 2009-03-04 10:30 UTC (permalink / raw)
To: Keir Fraser; +Cc: Jeremy Fitzhardinge, Xen-devel
Keir Fraser writes ("Re: [Xen-devel] Fresh ioemu build failing"):
> I manually pushed xen-unstable. Probably same needs to be done for
> qemu-xen-unstable.
Yes, now done.
Ian.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-03-04 10:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-04 8:59 Fresh ioemu build failing Jeremy Fitzhardinge
2009-03-04 9:15 ` Keir Fraser
2009-03-04 10:30 ` Ian Jackson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.