[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [TestDay] F20 Xen 4.4 RC3 Spice support
On Tue, Feb 4, 2014 at 4:01 PM, Fabio Fantoni <fabio.fantoni@xxxxxxx> wrote: > Il 04/02/2014 16:41, Eric Houby ha scritto: > >> Xen list, >> >> I am trying to boot a F20 guest and connect using Spice but have run >> into an issue. >> >> My VM config file includes: >> spice = 1 >> spicehost='0.0.0.0' >> spiceport=6001 >> spicedisable_ticketing=1 >> >> >> Is Spice supported with qemu-xen-traditional? > > > No, only with upstream qemu and if compile xen and qemu from source you also > enable spice support on qemu build, for example on my xen build tests I add: > > tools/Makefile > @@ -201,6 +201,8 @@ subdir-all-qemu-xen-dir: qemu-xen-dir-find > --datadir=$(SHAREDIR)/qemu-xen \ > --localstatedir=/var \ > --disable-kvm \ > + --enable-spice \ > + --enable-usb-redir \ > --disable-docs \ > --disable-guest-agent \ > --python=$(PYTHON) \ > > If you use upstream qemu from distribution package probably have already > spice build-in, for example, on debian I've already tested and working. It might be nice at some point to have this integrated into the top-level configure, possibly enabled by default (gated on the appropriate development libraries being enabled). -George _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |