dlan 14/11/06 23:00:32 Modified: xenqemudev.initd gentoo-patches.conf Log: enable ovmf bios support, bug 526080 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Revision Changes Path 1.3 app-emulation/xen-tools/files/xenqemudev.initd file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/xenqemudev.initd?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/xenqemudev.initd?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/xenqemudev.initd?r1=1.2&r2=1.3 Index: xenqemudev.initd =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/files/xenqemudev.initd,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xenqemudev.initd 7 Dec 2013 06:49:41 -0000 1.2 +++ xenqemudev.initd 6 Nov 2014 23:00:32 -0000 1.3 @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/files/xenqemudev.initd,v 1.2 2013/12/07 06:49:41 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/files/xenqemudev.initd,v 1.3 2014/11/06 23:00:32 dlan Exp $ depend() { need xencommons xenstored xenconsoled @@ -16,7 +16,11 @@ . /etc/xen/scripts/hotplugpath.sh XENQEMUDEV_PIDFILE=/run/xenqemudev.pid + + # xen-4.5 change the path XEN_QEMU="${LIBEXEC}/qemu-system-i386" + [ -e ${XEN_QEMU} ] && return + XEN_QEMU="${LIBEXEC_BIN}/qemu-system-i386" } xen_qemu_start() { 1.3 app-emulation/xen-tools/files/gentoo-patches.conf file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/gentoo-patches.conf?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/gentoo-patches.conf?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/gentoo-patches.conf?r1=1.2&r2=1.3 Index: gentoo-patches.conf =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/files/gentoo-patches.conf,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gentoo-patches.conf 1 Nov 2014 14:54:13 -0000 1.2 +++ gentoo-patches.conf 6 Nov 2014 23:00:32 -0000 1.3 @@ -53,6 +53,7 @@ # bundled seabios _gx019=" xen-tools-4-anti-seabios-download.patch" +_gx032=" xen-tools-4.5-anti-seabios-download.patch" # Bug 477676 _gx022=" xen-tools-4.3-ar-cc.patch" @@ -60,6 +61,7 @@ # Prevent file collision with qemu package Bug 478064 _gx023=" qemu-bridge.patch" _gx025=" xen-4.4-qemu-bridge.patch" +_gx031=" xen-4.5-qemu-bridge.patch" #mv tools/qemu-xen/qemu-bridge-helper.c tools/qemu-xen/xen-bridge-helper.c || die _gx026=" xen-tools-4.4-api-fix.patch" @@ -70,6 +72,9 @@ # Fix build failure with ncurses[tinfo], bug 526526 _gx028=" xen-tools-4.4.1-tinfo.patch" +# Don't download ovmf, use pre-released +_gx029=" xen-tools-4-anti-ovmf-download.patch" + # xen-tools-4.2.5 patches set _gpv_xen_tools_425_0=" ${_gx001} ${_gx002} ${_gx003} ${_gx004} ${_gx005} @@ -101,3 +106,18 @@ ${_gx026} ${_gx027} ${_gx019} ${_gx028} " +_gpv_xen_tools_441_2=" +${_gx007} ${_gx008} ${_gx009} +${_gx024} ${_gx021} ${_gx014} +${_gx022} ${_gx017} ${_gx025} +${_gx026} ${_gx027} ${_gx019} +${_gx028} ${_gx029} +" + +# xen-tools-4.5.0 patches set +_gpv_xen_tools_450_rc1_0=" +${_gx008} ${_gx024} ${_gx021} +${_gx022} ${_gx017} ${_gx031} +${_gx027} ${_gx032} +${_gx028} ${_gx029} +"
