2011/9/9 Laine Stump
<laine@laine.org>
On 09/07/2011 11:03 PM, huachao yao wrote:
Hello, i want to start a guest OS in the server, and use
spice to achieve graphical interaction with the guest OS.
But when i config the XML file, i was confuse by spice .
The graphic node is :
<graphics type='spice' port='5990' ><listen
type='address' address='127.0.0.1'/></graphics>
but is has such error as below :
libvir: QEMU error : internal error process exited while
connecting to monitor: qemu-spice: -spice
port=5990,addr=127.0.0.1,disable-ticketing: Invalid
parameter 'addr'
parse error: port=5990,addr=127.0.0.1,disable-ticketing
Apparently your "qemu-spice" binary supports the -spice
option, but doesn't support the addr option. That seems very
strange. What is the origin of "qemu-spice", and what version
does it display?
The qemu-spice version
is :
version 0.13.50
(qemu-kvm-devel), copy-right 2003-2008
and the host OS is Fedora 13 , x86_64
I think that "qemu-spice" binary supports
the -spice option, but doesn't support the addr option."
is a good reason to explain to problem. But how can i get
the latest qemu-spice ?
It is suit fedora 13?