All of lore.kernel.org
 help / color / mirror / Atom feed
* qemu integration
@ 2012-07-03  2:15 jacek burghardt
  2012-07-03 10:41 ` Stefano Stabellini
  0 siblings, 1 reply; 2+ messages in thread
From: jacek burghardt @ 2012-07-03  2:15 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1723 bytes --]

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

[-- Attachment #1.2: Type: text/html, Size: 2626 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-03 10:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-03  2:15 qemu integration jacek burghardt
2012-07-03 10:41 ` Stefano Stabellini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.