Hello community, here is the log from the commit of package libvirt for openSUSE:Factory checked in at 2014-06-04 18:39:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libvirt (Old) and /work/SRC/openSUSE:Factory/.libvirt.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libvirt" Changes: -------- --- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes 2014-06-01 19:40:55.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libvirt.new/libvirt.changes 2014-06-04 18:39:13.000000000 +0200 @@ -1,0 +2,26 @@ +Sun Jun 1 21:44:06 MDT 2014 - [email protected] + +- Update to libvirt 1.2.5 + - Introduce virDomain{Get,Set}Time APIs + - Introduce virDomainFSFreeze() and virDomainFSThaw() public API + - Many incremental improvements and bug fixes, see + http://libvirt.org/news.html + - Drop upstream patches: + b98bf811-add-paravirt-shutdown-flag.patch, + c4fe29f8-use-shutdown-flag.patch, + da744120-use-reboot-flag.patch, + d6b27d3e-CVE-2014-0179.patch, + fd43d1f8-libxl-iface-hostdev.patch, + 99f50208-managed-hostdev-iface.patch, + 292d3f2d-libselinux-build-fix1.patch, + b109c097-libselinux-build-fix2.patch + +------------------------------------------------------------------- +Wed May 28 17:13:29 MDT 2014 - [email protected] + +- Add upstream patches that fix build with libselinux 2.3 + Added: 292d3f2d-libselinux-build-fix1.patch, + b109c097-libselinux-build-fix2.patch + Dropped: libselinux-build-fix.patch + +------------------------------------------------------------------- Old: ---- 99f50208-managed-hostdev-iface.patch b98bf811-add-paravirt-shutdown-flag.patch c4fe29f8-use-shutdown-flag.patch d6b27d3e-CVE-2014-0179.patch da744120-use-reboot-flag.patch fd43d1f8-libxl-iface-hostdev.patch libselinux-build-fix.patch libvirt-1.2.4.tar.bz2 New: ---- libvirt-1.2.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libvirt.spec ++++++ --- /var/tmp/diff_new_pack.FtfAYl/_old 2014-06-04 18:39:15.000000000 +0200 +++ /var/tmp/diff_new_pack.FtfAYl/_new 2014-06-04 18:39:15.000000000 +0200 @@ -235,7 +235,7 @@ Name: libvirt Url: http://libvirt.org/ -Version: 1.2.4 +Version: 1.2.5 Release: 0 Summary: Library providing a simple virtualization API License: LGPL-2.1+ @@ -428,18 +428,11 @@ Source2: libvirtd-relocation-server.fw Source99: baselibs.conf # Upstream patches -Patch0: b98bf811-add-paravirt-shutdown-flag.patch -Patch1: c4fe29f8-use-shutdown-flag.patch -Patch2: da744120-use-reboot-flag.patch -Patch3: d6b27d3e-CVE-2014-0179.patch -Patch4: fd43d1f8-libxl-iface-hostdev.patch -Patch5: 99f50208-managed-hostdev-iface.patch # Need to go upstream Patch100: xen-name-for-devid.patch Patch101: ia64-clone.patch Patch102: xen-pv-cdrom.patch Patch103: add-nocow-to-vol-xml.patch -Patch104: libselinux-build-fix.patch # pending review upstream patches Patch150: libxl-migration-support.patch # Our patches @@ -953,17 +946,10 @@ %prep %setup -q -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 -%patch5 -p1 %patch100 -p1 %patch101 -p1 %patch102 -p1 %patch103 -p1 -%patch104 -p1 %patch150 -p1 %patch200 -p1 %patch201 -p1 ++++++ add-nocow-to-vol-xml.patch ++++++ --- /var/tmp/diff_new_pack.FtfAYl/_old 2014-06-04 18:39:15.000000000 +0200 +++ /var/tmp/diff_new_pack.FtfAYl/_new 2014-06-04 18:39:15.000000000 +0200 @@ -8,10 +8,10 @@ Signed-off-by: Chunyan Liu <[email protected]> -Index: libvirt-1.2.4/docs/schemas/storagevol.rng +Index: libvirt-1.2.5/docs/schemas/storagevol.rng =================================================================== ---- libvirt-1.2.4.orig/docs/schemas/storagevol.rng -+++ libvirt-1.2.4/docs/schemas/storagevol.rng +--- libvirt-1.2.5.orig/docs/schemas/storagevol.rng ++++ libvirt-1.2.5/docs/schemas/storagevol.rng @@ -138,6 +138,11 @@ <ref name='compat'/> </optional> @@ -24,10 +24,10 @@ <ref name='fileFormatFeatures'/> </optional> </interleave> -Index: libvirt-1.2.4/src/conf/storage_conf.c +Index: libvirt-1.2.5/src/conf/storage_conf.c =================================================================== ---- libvirt-1.2.4.orig/src/conf/storage_conf.c -+++ libvirt-1.2.4/src/conf/storage_conf.c +--- libvirt-1.2.5.orig/src/conf/storage_conf.c ++++ libvirt-1.2.5/src/conf/storage_conf.c @@ -1395,6 +1395,9 @@ virStorageVolDefParseXML(virStoragePoolD virStringFreeList(version); } @@ -38,10 +38,10 @@ if (options->featureFromString && virXPathNode("./target/features", ctxt)) { if ((n = virXPathNodeSet("./target/features/*", ctxt, &nodes)) < 0) goto error; -Index: libvirt-1.2.4/src/storage/storage_backend.c +Index: libvirt-1.2.5/src/storage/storage_backend.c =================================================================== ---- libvirt-1.2.4.orig/src/storage/storage_backend.c -+++ libvirt-1.2.4/src/storage/storage_backend.c +--- libvirt-1.2.5.orig/src/storage/storage_backend.c ++++ libvirt-1.2.5/src/storage/storage_backend.c @@ -37,6 +37,9 @@ #ifdef __linux__ # include <sys/ioctl.h> @@ -99,12 +99,12 @@ vol->target.features) < 0) { virCommandFree(cmd); return NULL; -Index: libvirt-1.2.4/src/util/virstoragefile.h +Index: libvirt-1.2.5/src/util/virstoragefile.h =================================================================== ---- libvirt-1.2.4.orig/src/util/virstoragefile.h -+++ libvirt-1.2.4/src/util/virstoragefile.h -@@ -228,6 +228,7 @@ struct _virStorageSource { - int format; /* enum virStorageFileFormat */ +--- libvirt-1.2.5.orig/src/util/virstoragefile.h ++++ libvirt-1.2.5/src/util/virstoragefile.h +@@ -232,6 +232,7 @@ struct _virStorageSource { + * pool-specific enum for storage volumes */ virBitmapPtr features; char *compat; + bool nocow; ++++++ disable-virCgroupGetPercpuStats-test.patch ++++++ --- /var/tmp/diff_new_pack.FtfAYl/_old 2014-06-04 18:39:15.000000000 +0200 +++ /var/tmp/diff_new_pack.FtfAYl/_new 2014-06-04 18:39:15.000000000 +0200 @@ -1,7 +1,7 @@ -Index: libvirt-1.2.4/tests/vircgrouptest.c +Index: libvirt-1.2.5/tests/vircgrouptest.c =================================================================== ---- libvirt-1.2.4.orig/tests/vircgrouptest.c -+++ libvirt-1.2.4/tests/vircgrouptest.c +--- libvirt-1.2.5.orig/tests/vircgrouptest.c ++++ libvirt-1.2.5/tests/vircgrouptest.c @@ -33,7 +33,6 @@ # include "virlog.h" # include "virfile.h" ++++++ fix-pci-attach-xen-driver.patch ++++++ --- /var/tmp/diff_new_pack.FtfAYl/_old 2014-06-04 18:39:15.000000000 +0200 +++ /var/tmp/diff_new_pack.FtfAYl/_new 2014-06-04 18:39:15.000000000 +0200 @@ -8,10 +8,10 @@ This patch changes the xend driver to always call 'device_configure' for PCI devices to be consistent with the usage in the xen tools. -Index: libvirt-1.2.4/src/xen/xend_internal.c +Index: libvirt-1.2.5/src/xen/xend_internal.c =================================================================== ---- libvirt-1.2.4.orig/src/xen/xend_internal.c -+++ libvirt-1.2.4/src/xen/xend_internal.c +--- libvirt-1.2.5.orig/src/xen/xend_internal.c ++++ libvirt-1.2.5/src/xen/xend_internal.c @@ -2219,6 +2219,7 @@ xenDaemonAttachDeviceFlags(virConnectPtr virBuffer buf = VIR_BUFFER_INITIALIZER; char class[8], ref[80]; ++++++ ia64-clone.patch ++++++ --- /var/tmp/diff_new_pack.FtfAYl/_old 2014-06-04 18:39:15.000000000 +0200 +++ /var/tmp/diff_new_pack.FtfAYl/_new 2014-06-04 18:39:15.000000000 +0200 @@ -1,7 +1,7 @@ -Index: libvirt-1.2.4/src/lxc/lxc_container.c +Index: libvirt-1.2.5/src/lxc/lxc_container.c =================================================================== ---- libvirt-1.2.4.orig/src/lxc/lxc_container.c -+++ libvirt-1.2.4/src/lxc/lxc_container.c +--- libvirt-1.2.5.orig/src/lxc/lxc_container.c ++++ libvirt-1.2.5/src/lxc/lxc_container.c @@ -164,12 +164,19 @@ int lxcContainerHasReboot(void) VIR_FREE(buf); cmd = v ? LINUX_REBOOT_CMD_CAD_ON : LINUX_REBOOT_CMD_CAD_OFF; ++++++ install-apparmor-profiles.patch ++++++ --- /var/tmp/diff_new_pack.FtfAYl/_old 2014-06-04 18:39:15.000000000 +0200 +++ /var/tmp/diff_new_pack.FtfAYl/_new 2014-06-04 18:39:15.000000000 +0200 @@ -1,7 +1,7 @@ -Index: libvirt-1.2.4/examples/apparmor/Makefile.am +Index: libvirt-1.2.5/examples/apparmor/Makefile.am =================================================================== ---- libvirt-1.2.4.orig/examples/apparmor/Makefile.am -+++ libvirt-1.2.4/examples/apparmor/Makefile.am +--- libvirt-1.2.5.orig/examples/apparmor/Makefile.am ++++ libvirt-1.2.5/examples/apparmor/Makefile.am @@ -18,10 +18,22 @@ EXTRA_DIST= \ TEMPLATE \ libvirt-qemu \ @@ -27,10 +27,10 @@ apparmordir = $(sysconfdir)/apparmor.d/ apparmor_DATA = \ usr.lib.libvirt.virt-aa-helper \ -Index: libvirt-1.2.4/examples/apparmor/usr.lib.libvirt.virt-aa-helper.in +Index: libvirt-1.2.5/examples/apparmor/usr.lib.libvirt.virt-aa-helper.in =================================================================== --- /dev/null -+++ libvirt-1.2.4/examples/apparmor/usr.lib.libvirt.virt-aa-helper.in ++++ libvirt-1.2.5/examples/apparmor/usr.lib.libvirt.virt-aa-helper.in @@ -0,0 +1,48 @@ +# Last Modified: Mon Apr 5 15:10:27 2010 +#include <tunables/global> @@ -80,10 +80,10 @@ + /**.[iI][sS][oO] r, + /**/disk{,.*} r, +} -Index: libvirt-1.2.4/examples/apparmor/usr.sbin.libvirtd.in +Index: libvirt-1.2.5/examples/apparmor/usr.sbin.libvirtd.in =================================================================== --- /dev/null -+++ libvirt-1.2.4/examples/apparmor/usr.sbin.libvirtd.in ++++ libvirt-1.2.5/examples/apparmor/usr.sbin.libvirtd.in @@ -0,0 +1,67 @@ +# Last Modified: Mon Apr 5 15:03:58 2010 +#include <tunables/global> @@ -152,9 +152,9 @@ + change_profile -> @{LIBVIRT}-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*, + +} -Index: libvirt-1.2.4/examples/apparmor/usr.lib.libvirt.virt-aa-helper +Index: libvirt-1.2.5/examples/apparmor/usr.lib.libvirt.virt-aa-helper =================================================================== ---- libvirt-1.2.4.orig/examples/apparmor/usr.lib.libvirt.virt-aa-helper +--- libvirt-1.2.5.orig/examples/apparmor/usr.lib.libvirt.virt-aa-helper +++ /dev/null @@ -1,48 +0,0 @@ -# Last Modified: Mon Apr 5 15:10:27 2010 @@ -205,9 +205,9 @@ - /**.[iI][sS][oO] r, - /**/disk{,.*} r, -} -Index: libvirt-1.2.4/examples/apparmor/usr.sbin.libvirtd +Index: libvirt-1.2.5/examples/apparmor/usr.sbin.libvirtd =================================================================== ---- libvirt-1.2.4.orig/examples/apparmor/usr.sbin.libvirtd +--- libvirt-1.2.5.orig/examples/apparmor/usr.sbin.libvirtd +++ /dev/null @@ -1,63 +0,0 @@ -# Last Modified: Mon Apr 5 15:03:58 2010 ++++++ libvirt-1.2.4.tar.bz2 -> libvirt-1.2.5.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/libvirt/libvirt-1.2.4.tar.bz2 /work/SRC/openSUSE:Factory/.libvirt.new/libvirt-1.2.5.tar.bz2 differ: char 11, line 1 ++++++ libvirt-guests-init-script.patch ++++++ --- /var/tmp/diff_new_pack.FtfAYl/_old 2014-06-04 18:39:15.000000000 +0200 +++ /var/tmp/diff_new_pack.FtfAYl/_new 2014-06-04 18:39:15.000000000 +0200 @@ -1,9 +1,9 @@ Adjust libvirt-guests init files to conform to SUSE standards -Index: libvirt-1.2.4/tools/libvirt-guests.init.in +Index: libvirt-1.2.5/tools/libvirt-guests.init.in =================================================================== ---- libvirt-1.2.4.orig/tools/libvirt-guests.init.in -+++ libvirt-1.2.4/tools/libvirt-guests.init.in +--- libvirt-1.2.5.orig/tools/libvirt-guests.init.in ++++ libvirt-1.2.5/tools/libvirt-guests.init.in @@ -3,15 +3,15 @@ # the following is the LSB init header # @@ -28,10 +28,10 @@ ### END INIT INFO # the following is chkconfig init header -Index: libvirt-1.2.4/tools/libvirt-guests.sh.in +Index: libvirt-1.2.5/tools/libvirt-guests.sh.in =================================================================== ---- libvirt-1.2.4.orig/tools/libvirt-guests.sh.in -+++ libvirt-1.2.4/tools/libvirt-guests.sh.in +--- libvirt-1.2.5.orig/tools/libvirt-guests.sh.in ++++ libvirt-1.2.5/tools/libvirt-guests.sh.in @@ -16,14 +16,13 @@ # License along with this library. If not, see # <http://www.gnu.org/licenses/>. @@ -189,10 +189,10 @@ esac -exit $RETVAL +rc_exit -Index: libvirt-1.2.4/tools/libvirt-guests.sysconf +Index: libvirt-1.2.5/tools/libvirt-guests.sysconf =================================================================== ---- libvirt-1.2.4.orig/tools/libvirt-guests.sysconf -+++ libvirt-1.2.4/tools/libvirt-guests.sysconf +--- libvirt-1.2.5.orig/tools/libvirt-guests.sysconf ++++ libvirt-1.2.5/tools/libvirt-guests.sysconf @@ -1,19 +1,29 @@ +## Path: System/Virtualization/libvirt-guests + ++++++ libvirt-suse-netcontrol.patch ++++++ --- /var/tmp/diff_new_pack.FtfAYl/_old 2014-06-04 18:39:15.000000000 +0200 +++ /var/tmp/diff_new_pack.FtfAYl/_new 2014-06-04 18:39:15.000000000 +0200 @@ -1,7 +1,7 @@ -Index: libvirt-1.2.4/configure.ac +Index: libvirt-1.2.5/configure.ac =================================================================== ---- libvirt-1.2.4.orig/configure.ac -+++ libvirt-1.2.4/configure.ac +--- libvirt-1.2.5.orig/configure.ac ++++ libvirt-1.2.5/configure.ac @@ -237,6 +237,7 @@ LIBVIRT_CHECK_FUSE LIBVIRT_CHECK_GLUSTER LIBVIRT_CHECK_HAL @@ -26,7 +26,7 @@ esac if test "$with_interface" = "yes" ; then -@@ -2808,6 +2810,7 @@ LIBVIRT_RESULT_FUSE +@@ -2815,6 +2817,7 @@ LIBVIRT_RESULT_FUSE LIBVIRT_RESULT_GLUSTER LIBVIRT_RESULT_HAL LIBVIRT_RESULT_NETCF @@ -34,11 +34,11 @@ LIBVIRT_RESULT_NUMACTL LIBVIRT_RESULT_OPENWSMAN LIBVIRT_RESULT_PCIACCESS -Index: libvirt-1.2.4/src/Makefile.am +Index: libvirt-1.2.5/src/Makefile.am =================================================================== ---- libvirt-1.2.4.orig/src/Makefile.am -+++ libvirt-1.2.4/src/Makefile.am -@@ -812,6 +812,10 @@ if WITH_NETCF +--- libvirt-1.2.5.orig/src/Makefile.am ++++ libvirt-1.2.5/src/Makefile.am +@@ -813,6 +813,10 @@ if WITH_NETCF INTERFACE_DRIVER_SOURCES += \ interface/interface_backend_netcf.c endif WITH_NETCF @@ -49,7 +49,7 @@ if WITH_UDEV INTERFACE_DRIVER_SOURCES += \ interface/interface_backend_udev.c -@@ -1402,10 +1406,15 @@ if WITH_NETCF +@@ -1403,10 +1407,15 @@ if WITH_NETCF libvirt_driver_interface_la_CFLAGS += $(NETCF_CFLAGS) libvirt_driver_interface_la_LIBADD += $(NETCF_LIBS) else ! WITH_NETCF @@ -65,10 +65,10 @@ endif ! WITH_NETCF if WITH_DRIVER_MODULES libvirt_driver_interface_la_LIBADD += ../gnulib/lib/libgnu.la -Index: libvirt-1.2.4/tools/virsh.c +Index: libvirt-1.2.5/tools/virsh.c =================================================================== ---- libvirt-1.2.4.orig/tools/virsh.c -+++ libvirt-1.2.4/tools/virsh.c +--- libvirt-1.2.5.orig/tools/virsh.c ++++ libvirt-1.2.5/tools/virsh.c @@ -3252,6 +3252,8 @@ vshShowVersion(vshControl *ctl ATTRIBUTE vshPrint(ctl, " Interface"); # if defined(WITH_NETCF) @@ -78,10 +78,10 @@ # elif defined(WITH_UDEV) vshPrint(ctl, " udev"); # endif -Index: libvirt-1.2.4/src/interface/interface_backend_netcf.c +Index: libvirt-1.2.5/src/interface/interface_backend_netcf.c =================================================================== ---- libvirt-1.2.4.orig/src/interface/interface_backend_netcf.c -+++ libvirt-1.2.4/src/interface/interface_backend_netcf.c +--- libvirt-1.2.5.orig/src/interface/interface_backend_netcf.c ++++ libvirt-1.2.5/src/interface/interface_backend_netcf.c @@ -23,7 +23,12 @@ #include <config.h> @@ -165,10 +165,10 @@ return 0; } -Index: libvirt-1.2.4/src/interface/interface_driver.c +Index: libvirt-1.2.5/src/interface/interface_driver.c =================================================================== ---- libvirt-1.2.4.orig/src/interface/interface_driver.c -+++ libvirt-1.2.4/src/interface/interface_driver.c +--- libvirt-1.2.5.orig/src/interface/interface_driver.c ++++ libvirt-1.2.5/src/interface/interface_driver.c @@ -30,8 +30,15 @@ interfaceRegister(void) if (netcfIfaceRegister() == 0) return 0; @@ -186,10 +186,10 @@ if (udevIfaceRegister() == 0) return 0; #endif /* WITH_UDEV */ -Index: libvirt-1.2.4/m4/virt-netcontrol.m4 +Index: libvirt-1.2.5/m4/virt-netcontrol.m4 =================================================================== --- /dev/null -+++ libvirt-1.2.4/m4/virt-netcontrol.m4 ++++ libvirt-1.2.5/m4/virt-netcontrol.m4 @@ -0,0 +1,35 @@ +dnl The libnetcontrol library +dnl ++++++ libvirtd-defaults.patch ++++++ --- /var/tmp/diff_new_pack.FtfAYl/_old 2014-06-04 18:39:15.000000000 +0200 +++ /var/tmp/diff_new_pack.FtfAYl/_new 2014-06-04 18:39:15.000000000 +0200 @@ -1,7 +1,7 @@ -Index: libvirt-1.2.4/daemon/libvirtd.conf +Index: libvirt-1.2.5/daemon/libvirtd.conf =================================================================== ---- libvirt-1.2.4.orig/daemon/libvirtd.conf -+++ libvirt-1.2.4/daemon/libvirtd.conf +--- libvirt-1.2.5.orig/daemon/libvirtd.conf ++++ libvirt-1.2.5/daemon/libvirtd.conf @@ -18,8 +18,8 @@ # It is necessary to setup a CA and issue server certificates before # using this capability. @@ -13,10 +13,10 @@ # Listen for unencrypted TCP connections on the public TCP/IP port. # NB, must pass the --listen flag to the libvirtd process for this to -Index: libvirt-1.2.4/daemon/libvirtd-config.c +Index: libvirt-1.2.5/daemon/libvirtd-config.c =================================================================== ---- libvirt-1.2.4.orig/daemon/libvirtd-config.c -+++ libvirt-1.2.4/daemon/libvirtd-config.c +--- libvirt-1.2.5.orig/daemon/libvirtd-config.c ++++ libvirt-1.2.5/daemon/libvirtd-config.c @@ -229,7 +229,7 @@ daemonConfigNew(bool privileged ATTRIBUT if (VIR_ALLOC(data) < 0) return NULL; @@ -26,10 +26,10 @@ data->listen_tcp = 0; if (VIR_STRDUP(data->tls_port, LIBVIRTD_TLS_PORT) < 0 || -Index: libvirt-1.2.4/daemon/test_libvirtd.aug.in +Index: libvirt-1.2.5/daemon/test_libvirtd.aug.in =================================================================== ---- libvirt-1.2.4.orig/daemon/test_libvirtd.aug.in -+++ libvirt-1.2.4/daemon/test_libvirtd.aug.in +--- libvirt-1.2.5.orig/daemon/test_libvirtd.aug.in ++++ libvirt-1.2.5/daemon/test_libvirtd.aug.in @@ -2,7 +2,7 @@ module Test_libvirtd = ::CONFIG:: ++++++ libvirtd-init-script.patch ++++++ --- /var/tmp/diff_new_pack.FtfAYl/_old 2014-06-04 18:39:15.000000000 +0200 +++ /var/tmp/diff_new_pack.FtfAYl/_new 2014-06-04 18:39:15.000000000 +0200 @@ -1,9 +1,9 @@ Adjust libvirtd sysconfig file to conform to SUSE standards -Index: libvirt-1.2.4/daemon/libvirtd.sysconf +Index: libvirt-1.2.5/daemon/libvirtd.sysconf =================================================================== ---- libvirt-1.2.4.orig/daemon/libvirtd.sysconf -+++ libvirt-1.2.4/daemon/libvirtd.sysconf +--- libvirt-1.2.5.orig/daemon/libvirtd.sysconf ++++ libvirt-1.2.5/daemon/libvirtd.sysconf @@ -1,16 +1,25 @@ +## Path: System/Virtualization/libvirt + ++++++ libxl-migration-support.patch ++++++ --- /var/tmp/diff_new_pack.FtfAYl/_old 2014-06-04 18:39:15.000000000 +0200 +++ /var/tmp/diff_new_pack.FtfAYl/_new 2014-06-04 18:39:15.000000000 +0200 @@ -18,11 +18,11 @@ src/libxl/libxl_migration.h | 78 ++++++ 7 files changed, 900 insertions(+), 1 deletion(-) -Index: libvirt-1.2.4/po/POTFILES.in +Index: libvirt-1.2.5/po/POTFILES.in =================================================================== ---- libvirt-1.2.4.orig/po/POTFILES.in -+++ libvirt-1.2.4/po/POTFILES.in -@@ -73,6 +73,7 @@ src/lxc/lxc_process.c +--- libvirt-1.2.5.orig/po/POTFILES.in ++++ libvirt-1.2.5/po/POTFILES.in +@@ -74,6 +74,7 @@ src/lxc/lxc_process.c src/libxl/libxl_domain.c src/libxl/libxl_driver.c src/libxl/libxl_conf.c @@ -30,11 +30,11 @@ src/network/bridge_driver.c src/network/bridge_driver_linux.c src/node_device/node_device_driver.c -Index: libvirt-1.2.4/src/Makefile.am +Index: libvirt-1.2.5/src/Makefile.am =================================================================== ---- libvirt-1.2.4.orig/src/Makefile.am -+++ libvirt-1.2.4/src/Makefile.am -@@ -706,7 +706,8 @@ XENAPI_DRIVER_SOURCES = \ +--- libvirt-1.2.5.orig/src/Makefile.am ++++ libvirt-1.2.5/src/Makefile.am +@@ -707,7 +707,8 @@ XENAPI_DRIVER_SOURCES = \ LIBXL_DRIVER_SOURCES = \ libxl/libxl_conf.c libxl/libxl_conf.h \ libxl/libxl_domain.c libxl/libxl_domain.h \ @@ -44,10 +44,10 @@ UML_DRIVER_SOURCES = \ uml/uml_conf.c uml/uml_conf.h \ -Index: libvirt-1.2.4/src/libxl/libxl_conf.h +Index: libvirt-1.2.5/src/libxl/libxl_conf.h =================================================================== ---- libvirt-1.2.4.orig/src/libxl/libxl_conf.h -+++ libvirt-1.2.4/src/libxl/libxl_conf.h +--- libvirt-1.2.5.orig/src/libxl/libxl_conf.h ++++ libvirt-1.2.5/src/libxl/libxl_conf.h @@ -43,6 +43,9 @@ # define LIBXL_VNC_PORT_MIN 5900 # define LIBXL_VNC_PORT_MAX 65535 @@ -68,10 +68,10 @@ /* Immutable pointer, lockless APIs*/ virSysinfoDefPtr hostsysinfo; }; -Index: libvirt-1.2.4/src/libxl/libxl_domain.h +Index: libvirt-1.2.5/src/libxl/libxl_domain.h =================================================================== ---- libvirt-1.2.4.orig/src/libxl/libxl_domain.h -+++ libvirt-1.2.4/src/libxl/libxl_domain.h +--- libvirt-1.2.5.orig/src/libxl/libxl_domain.h ++++ libvirt-1.2.5/src/libxl/libxl_domain.h @@ -69,6 +69,7 @@ struct _libxlDomainObjPrivate { virChrdevsPtr devs; libxl_evgen_domain_death *deathW; @@ -80,10 +80,10 @@ struct libxlDomainJobObj job; }; -Index: libvirt-1.2.4/src/libxl/libxl_driver.c +Index: libvirt-1.2.5/src/libxl/libxl_driver.c =================================================================== ---- libvirt-1.2.4.orig/src/libxl/libxl_driver.c -+++ libvirt-1.2.4/src/libxl/libxl_driver.c +--- libvirt-1.2.5.orig/src/libxl/libxl_driver.c ++++ libvirt-1.2.5/src/libxl/libxl_driver.c @@ -45,6 +45,7 @@ #include "libxl_domain.h" #include "libxl_driver.h" @@ -361,10 +361,10 @@ }; static virStateDriver libxlStateDriver = { -Index: libvirt-1.2.4/src/libxl/libxl_migration.c +Index: libvirt-1.2.5/src/libxl/libxl_migration.c =================================================================== --- /dev/null -+++ libvirt-1.2.4/src/libxl/libxl_migration.c ++++ libvirt-1.2.5/src/libxl/libxl_migration.c @@ -0,0 +1,577 @@ +/* + * libxl_migration.c: methods for handling migration with libxenlight @@ -943,10 +943,10 @@ + virObjectUnref(cfg); + return ret; +} -Index: libvirt-1.2.4/src/libxl/libxl_migration.h +Index: libvirt-1.2.5/src/libxl/libxl_migration.h =================================================================== --- /dev/null -+++ libvirt-1.2.4/src/libxl/libxl_migration.h ++++ libvirt-1.2.5/src/libxl/libxl_migration.h @@ -0,0 +1,78 @@ +/* + * libxl_migration.h: methods for handling migration with libxenlight ++++++ support-managed-pci-xen-driver.patch ++++++ --- /var/tmp/diff_new_pack.FtfAYl/_old 2014-06-04 18:39:15.000000000 +0200 +++ /var/tmp/diff_new_pack.FtfAYl/_new 2014-06-04 18:39:15.000000000 +0200 @@ -8,10 +8,10 @@ src/xenxs/xen_xm.c | 28 +++++++++++++++++++++++++++- 2 files changed, 35 insertions(+), 15 deletions(-) -Index: libvirt-1.2.4/src/xenxs/xen_sxpr.c +Index: libvirt-1.2.5/src/xenxs/xen_sxpr.c =================================================================== ---- libvirt-1.2.4.orig/src/xenxs/xen_sxpr.c -+++ libvirt-1.2.4/src/xenxs/xen_sxpr.c +--- libvirt-1.2.5.orig/src/xenxs/xen_sxpr.c ++++ libvirt-1.2.5/src/xenxs/xen_sxpr.c @@ -997,6 +997,7 @@ xenParseSxprPCI(virDomainDefPtr def, int busID; int slotID; @@ -78,10 +78,10 @@ xenFormatSxprPCI(def->hostdevs[i], buf); } } -Index: libvirt-1.2.4/src/xenxs/xen_xm.c +Index: libvirt-1.2.5/src/xenxs/xen_xm.c =================================================================== ---- libvirt-1.2.4.orig/src/xenxs/xen_xm.c -+++ libvirt-1.2.4/src/xenxs/xen_xm.c +--- libvirt-1.2.5.orig/src/xenxs/xen_xm.c ++++ libvirt-1.2.5/src/xenxs/xen_xm.c @@ -807,6 +807,8 @@ xenParseXM(virConfPtr conf, int xendConf int busID; int slotID; ++++++ suse-qemu-conf.patch ++++++ --- /var/tmp/diff_new_pack.FtfAYl/_old 2014-06-04 18:39:15.000000000 +0200 +++ /var/tmp/diff_new_pack.FtfAYl/_new 2014-06-04 18:39:15.000000000 +0200 @@ -1,7 +1,7 @@ -Index: libvirt-1.2.4/src/qemu/qemu.conf +Index: libvirt-1.2.5/src/qemu/qemu.conf =================================================================== ---- libvirt-1.2.4.orig/src/qemu/qemu.conf -+++ libvirt-1.2.4/src/qemu/qemu.conf +--- libvirt-1.2.5.orig/src/qemu/qemu.conf ++++ libvirt-1.2.5/src/qemu/qemu.conf @@ -200,7 +200,16 @@ # a special value; security_driver can be set to that value in # isolation, but it cannot appear in a list of drivers. ++++++ systemd-service-xen.patch ++++++ --- /var/tmp/diff_new_pack.FtfAYl/_old 2014-06-04 18:39:15.000000000 +0200 +++ /var/tmp/diff_new_pack.FtfAYl/_new 2014-06-04 18:39:15.000000000 +0200 @@ -1,7 +1,7 @@ -Index: libvirt-1.2.4/daemon/libvirtd.service.in +Index: libvirt-1.2.5/daemon/libvirtd.service.in =================================================================== ---- libvirt-1.2.4.orig/daemon/libvirtd.service.in -+++ libvirt-1.2.4/daemon/libvirtd.service.in +--- libvirt-1.2.5.orig/daemon/libvirtd.service.in ++++ libvirt-1.2.5/daemon/libvirtd.service.in @@ -10,6 +10,8 @@ After=network.target After=dbus.service After=iscsid.service ++++++ virtlockd-init-script.patch ++++++ --- /var/tmp/diff_new_pack.FtfAYl/_old 2014-06-04 18:39:15.000000000 +0200 +++ /var/tmp/diff_new_pack.FtfAYl/_new 2014-06-04 18:39:15.000000000 +0200 @@ -1,9 +1,9 @@ Adjust virtlockd init files to conform to SUSE standards -Index: libvirt-1.2.4/src/locking/virtlockd.sysconf +Index: libvirt-1.2.5/src/locking/virtlockd.sysconf =================================================================== ---- libvirt-1.2.4.orig/src/locking/virtlockd.sysconf -+++ libvirt-1.2.4/src/locking/virtlockd.sysconf +--- libvirt-1.2.5.orig/src/locking/virtlockd.sysconf ++++ libvirt-1.2.5/src/locking/virtlockd.sysconf @@ -1,3 +1,7 @@ +## Path: System/Virtualization/virtlockd + @@ -12,10 +12,10 @@ # # Pass extra arguments to virtlockd #VIRTLOCKD_ARGS= -Index: libvirt-1.2.4/src/locking/virtlockd.init.in +Index: libvirt-1.2.5/src/locking/virtlockd.init.in =================================================================== ---- libvirt-1.2.4.orig/src/locking/virtlockd.init.in -+++ libvirt-1.2.4/src/locking/virtlockd.init.in +--- libvirt-1.2.5.orig/src/locking/virtlockd.init.in ++++ libvirt-1.2.5/src/locking/virtlockd.init.in @@ -4,12 +4,14 @@ # http://www.linux-foundation.org/spec//booksets/LSB-Core-generic/LSB-Core-generic.html#INITSCRCOMCONV # ++++++ xen-name-for-devid.patch ++++++ --- /var/tmp/diff_new_pack.FtfAYl/_old 2014-06-04 18:39:15.000000000 +0200 +++ /var/tmp/diff_new_pack.FtfAYl/_new 2014-06-04 18:39:15.000000000 +0200 @@ -14,10 +14,10 @@ is inactive. We obviously can't search xenstore when the domain is inactive. -Index: libvirt-1.2.4/src/xen/xend_internal.c +Index: libvirt-1.2.5/src/xen/xend_internal.c =================================================================== ---- libvirt-1.2.4.orig/src/xen/xend_internal.c -+++ libvirt-1.2.4/src/xen/xend_internal.c +--- libvirt-1.2.5.orig/src/xen/xend_internal.c ++++ libvirt-1.2.5/src/xen/xend_internal.c @@ -72,7 +72,7 @@ VIR_LOG_INIT("xen.xend_internal"); #define XEND_RCV_BUF_MAX_LEN (256 * 1024) ++++++ xen-pv-cdrom.patch ++++++ --- /var/tmp/diff_new_pack.FtfAYl/_old 2014-06-04 18:39:15.000000000 +0200 +++ /var/tmp/diff_new_pack.FtfAYl/_new 2014-06-04 18:39:15.000000000 +0200 @@ -1,7 +1,7 @@ -Index: libvirt-1.2.4/src/xenxs/xen_sxpr.c +Index: libvirt-1.2.5/src/xenxs/xen_sxpr.c =================================================================== ---- libvirt-1.2.4.orig/src/xenxs/xen_sxpr.c -+++ libvirt-1.2.4/src/xenxs/xen_sxpr.c +--- libvirt-1.2.5.orig/src/xenxs/xen_sxpr.c ++++ libvirt-1.2.5/src/xenxs/xen_sxpr.c @@ -332,7 +332,7 @@ xenParseSxprChar(const char *value, static int xenParseSxprDisks(virDomainDefPtr def, -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
