* [Qemu-devel] Build the qemu with spice support return error
@ 2012-10-12 7:16 Bing Bu Cao
2012-10-12 7:31 ` Gerd Hoffmann
0 siblings, 1 reply; 2+ messages in thread
From: Bing Bu Cao @ 2012-10-12 7:16 UTC (permalink / raw)
To: Gerd Hoffmann; +Cc: QEMU Developers
Hi,
I want to build qemu(not qemu-kvm) with spice support enabled.
1.build spice
cd $SRC_ROOT/spice
./autogen.sh
make install
2.build qemu
cd $SRC_ROOT/qemu
./configure --target-list=x86_64-softmmu --enable-spice
make
return error:
/qemu/hw/i386/../qxl.c: In function ‘interface_set_client_capabilities’:
.../qemu/hw/i386/../qxl.c:965:20: error: ‘QXLRom’ has no member named
‘client_present’
.../qemu/hw/i386/../qxl.c:966:27: error: ‘QXLRom’ has no member named
‘client_capabilities’
.../qemu/hw/i386/../qxl.c:967:13: error: ‘QXLRom’ has no member named
‘client_present’
.../qemu/hw/i386/../qxl.c:968:20: error: ‘QXLRom’ has no member named
‘client_capabilities’
.../qemu/hw/i386/../qxl.c:971:26: error: ‘QXL_INTERRUPT_CLIENT’
undeclared (first use in this function)
.../qemu/hw/i386/../qxl.c:971:26: note: each undeclared identifier is
reported only once for each function it appears in
make[1]: *** [hw/i386/../qxl.o] Error 1
I have pull the latest source code and it still can not work,so I think
the qxl.h need updated in the master ref? right?
--
Best Regards,
Bing Bu Cao
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] Build the qemu with spice support return error
2012-10-12 7:16 [Qemu-devel] Build the qemu with spice support return error Bing Bu Cao
@ 2012-10-12 7:31 ` Gerd Hoffmann
0 siblings, 0 replies; 2+ messages in thread
From: Gerd Hoffmann @ 2012-10-12 7:31 UTC (permalink / raw)
To: Bing Bu Cao; +Cc: QEMU Developers
Hi,
> I have pull the latest source code and it still can not work,so I think
> the qxl.h need updated in the master ref? right?
spice-protocol is too old and needs to be updated. Pending spice pull
has patches to make sure spice-protocol and spice-server are recent enougth.
cheers,
Gerd
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-12 7:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-12 7:16 [Qemu-devel] Build the qemu with spice support return error Bing Bu Cao
2012-10-12 7:31 ` Gerd Hoffmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).