[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] qemu integration



I wonder why xen 4.2 unstabl does not upgrade it qemu to git://git.qemu.org/qemu.git.
It attempted to compile arch linux package xen-4.2 and changed qemu and I mode Makefile but I gt errors when qemu is configured.
Is anyone using newer qemu for better sound suport and etc.
There is patch for newer version of qemu. Makefile needs to be patchea as xen-setup is missing.
 
--- Config.mk   2012-06-29 20:55:33.746425333 -0600
+++ Config.mk.new       2012-06-29 22:06:37.326425340 -0600
@@ -186,18 +186,18 @@
 # near the place in the Xen Makefiles where the file is used.
 ifeq ($(GIT_HTTP),y)
-QEMU_REMOTE=http://xenbits.xensource.com/git-http/qemu-xen-unstable.git
+QEMU_REMOTE=http://git.qemu.org/qemu.git
 else
-QEMU_REMOTE=git://xenbits.xensource.com/qemu-xen-unstable.git
+QEMU_REMOTE=git://git.qemu.org/qemu.git
 endif
 ifeq ($(GIT_HTTP),y)
 OVMF_UPSTREAM_URL ?= http://xenbits.xen.org/git-http/ovmf.git
-QEMU_UPSTREAM_URL ?= http://xenbits.xen.org/git-http/qemu-upstream-unstable.git
+QEMU_UPSTREAM_URL ?= http://git.qemu.org/qemu.git
 SEABIOS_UPSTREAM_URL ?= http://xenbits.xen.org/git-http/seabios.git
 else
 OVMF_UPSTREAM_URL ?= git://xenbits.xen.org/ovmf.git
-QEMU_UPSTREAM_URL ?= git://xenbits.xen.org/qemu-upstream-unstable.git
+QEMU_UPSTREAM_URL ?= git://git.qemu.org/qemu.git
 SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git
 endif
 OVMF_UPSTREAM_REVISION ?= b0855f925c6e2e0b21fbb03fab4b5fb5b6876871
@@ -213,7 +213,7 @@
 # CONFIG_QEMU ?= `pwd`/$(XEN_ROOT)/../qemu-xen.git
 CONFIG_QEMU ?= $(QEMU_REMOTE)
-QEMU_TAG ?= 50c553be472c9f4b05a0526c0aae98709ca9ffff
+QEMU_TAG ?= 71ea2e016131a9fcde6f1ffd3e0e34a64c21f593
 # Thu Jun 7 19:44:01 2012 +0100
 # qemu-xen-trad: fix sys-queue.h usage on BSD systems
 
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.