WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [PATCH v6 3/5] Clone and build upstream Qemu by default

stefano.stabellini@xxxxxxxxxxxxx writes ("[Xen-devel] [PATCH v6 3/5] Clone and 
build upstream Qemu by default"):
> +qemu-xen-dir-find:
> +     if test -d $(QEMU_UPSTREAM_URL) ; then \
> +             ln -sf $(QEMU_UPSTREAM_URL) qemu-xen-dir; \
> +     else \
> +             export GIT=$(GIT); \
> +             $(XEN_ROOT)/scripts/git-checkout.sh $(QEMU_UPSTREAM_URL) 
> $(QEMU_UPSTREAM_TAG) qemu-xen-dir ; \
> +     fi
> +     cd qemu-xen-dir; \
> +     ./configure --enable-xen --target-list=i386-softmmu \
> +             --source-path=$$ROOT \
> +             --extra-cflags="-I$(XEN_ROOT)/tools/include \
> +             -I$(XEN_ROOT)/tools/libxc \
> +             -I$(XEN_ROOT)/tools/xenstore" \
> +             --extra-ldflags="-L$(XEN_ROOT)/tools/libxc \
> +             -L$(XEN_ROOT)/tools/libxenstore" \
> +             --bindir=$(LIBEXEC) \
> +             --disable-kvm \
> +             $(IOEMU_CONFIGURE_CROSS)

This looks OK in principle although of course I would like to test it.

Ian.

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel