From: Stefano Stabellini Date: Mon, 11 May 2015 17:17:58 +0000 (+0000) Subject: raisin: update defaults according to the current content of Config.mk X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c0888e7660c12dc21b8aa40dc0cd452c54dce4df;p=raisin.git raisin: update defaults according to the current content of Config.mk Signed-off-by: Stefano Stabellini --- diff --git a/defconfig b/defconfig index b4ed94d..c2bc251 100644 --- a/defconfig +++ b/defconfig @@ -22,7 +22,7 @@ DESTDIR=dist #GRUB_URL="http://git.savannah.gnu.org/r/grub.git" #LIBVIRT_URL="https://gitorious.org/libvirt/libvirt.git" XEN_URL="git://xenbits.xen.org/xen.git" -QEMU_URL="git://git.qemu.org/qemu.git" +QEMU_URL="git://xenbits.xen.org/qemu-upstream-unstable.git" QEMU_TRADITIONAL_URL="git://xenbits.xen.org/qemu-xen-unstable.git" SEABIOS_URL="git://xenbits.xen.org/seabios.git" GRUB_URL="git://git.savannah.gnu.org/grub.git" @@ -33,9 +33,9 @@ LINUX_URL="git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git" # Software versions. XEN_REVISION="master" QEMU_REVISION="master" -QEMU_TRADITIONAL_REVISION="master" -SEABIOS_REVISION="master" +QEMU_TRADITIONAL_REVISION="3b45fcf0c163b9cff4d8115f7b75b42918a9b1b5" +SEABIOS_REVISION="rel-1.8.0" GRUB_REVISION="master" LIBVIRT_REVISION="master" -OVMF_REVISION="master" +OVMF_REVISION="a065efc7c7ce8bb3e5cb3e463099d023d4a92927" LINUX_REVISION="master"