[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] qemu
On Fri, 2012-07-20 at 05:07 +0100, jacek burghardt wrote: > I am attempting to compile en with qemu http://git.qemu.org/qemu.git/ Please have a look at http://wiki.xen.org/wiki/QEMU_Upstream > but this does not include xen-setup. That's a qemu-xen-traditional thing and not a qemu-xen thing. > it seems that tools/Makefile there is > subdir-install-qemu-xen-traditional-dir: qemu-xen-traditional-dir-find > set -e; \ > $(buildmakevars2shellvars); \ > cd qemu-xen-traditional-dir; \ > $(QEMU_ROOT)/xen-setup \ > --extra-cflags="$(EXTRA_CFLAGS_QEMU_TRADITIONAL)" \ > $(IOEMU_CONFIGURE_CROSS); \ > $(MAKE) install > > How I get xen to use this > > subdir-all-qemu-xen-dir: qemu-xen-dir-find > if test -d $(QEMU_UPSTREAM_URL) ; then \ > source=$(QEMU_UPSTREAM_URL); \ > else \ > source=.; \ > fi; \ > cd qemu-xen-dir; \ > $$source/configure --enable-xen --target-list=i386-softmmu \ > --source-path=$$source \ > --extra-cflags="-I$(XEN_ROOT)/tools/include \ > -I$(XEN_ROOT)/tools/libxc \ > -I$(XEN_ROOT)/tools/xenstore \ > -I$(XEN_ROOT)/tools/xenstore/compat \ > $(EXTRA_CFLAGS_QEMU_XEN)" \ > --extra-ldflags="-L$(XEN_ROOT)/tools/libxc \ > -L$(XEN_ROOT)/tools/xenstore" \ > --bindir=$(LIBEXEC) \ > --datadir=$(SHAREDIR)/qemu-xen \ > --disable-kvm \ > > at compile time in xen ? Xen unstable/4.2 will build both at compile time, you select which one to run in your guest cfg file. By default the qemu-xen is built from our own branch of qemu-upstreams stable release. _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |