Hello community,

here is the log from the commit of package libvirt for openSUSE:11.3
checked in at Mon Oct 10 16:49:27 CEST 2011.



--------
--- old-versions/11.3/UPDATES/all/libvirt/libvirt.changes       2011-07-01 
20:47:31.000000000 +0200
+++ 11.3/libvirt/libvirt.changes        2011-10-07 08:47:44.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Oct  7 00:41:36 MDT 2011 - [email protected]
+
+- Set qemu migration speed unlimited when migrating to file
+  qemu-mig2file-speed.patch
+  bnc#706436
+
+-------------------------------------------------------------------

calling whatdependson for 11.3-i586


New:
----
  qemu-mig2file-speed.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libvirt.spec ++++++
--- /var/tmp/diff_new_pack.xq4sqp/_old  2011-10-10 16:49:13.000000000 +0200
+++ /var/tmp/diff_new_pack.xq4sqp/_new  2011-10-10 16:49:13.000000000 +0200
@@ -117,7 +117,7 @@
 Group:          Development/Libraries/C and C++
 AutoReqProv:    yes
 Version:        0.8.1
-Release:        4.<RELEASE10>
+Release:        4.<RELEASE12>
 Summary:        A C toolkit to interract with the virtualization capabilities 
of Linux
 # The client side, i.e. shared libs and virsh are in a subpackage
 Requires:       %{name}-client = %{version}-%{release}
@@ -172,6 +172,7 @@
 Patch28:        f44bfb7f-CVE-2011-1486.patch
 Patch29:        add-intprops-supp.patch
 Patch30:        774b21c1-CVE-2011-2511.patch
+Patch31:        qemu-mig2file-speed.patch
 # Need to go upstream
 Patch100:       xen-name-for-devid.patch
 Patch102:       clone.patch
@@ -315,6 +316,7 @@
 %patch28 -p1
 %patch29 -p1
 %patch30 -p1
+%patch31 -p1
 %patch100 -p1
 %patch102
 %patch103 -p1

++++++ qemu-mig2file-speed.patch ++++++
Index: libvirt-0.8.1/src/qemu/qemu_monitor.c
===================================================================
--- libvirt-0.8.1.orig/src/qemu/qemu_monitor.c
+++ libvirt-0.8.1/src/qemu/qemu_monitor.c
@@ -1209,10 +1209,15 @@ int qemuMonitorMigrateToFile(qemuMonitor
         return -1;
     }
 
+    qemuMonitorSetMigrationSpeed(mon, INT64_MAX / (1024 * 1024));
+
     if (mon->json)
         ret = qemuMonitorJSONMigrateToFile(mon, background, argv, target, 
offset);
     else
         ret = qemuMonitorTextMigrateToFile(mon, background, argv, target, 
offset);
+
+    qemuMonitorSetMigrationSpeed(mon, (32 << 20));
+
     return ret;
 }
 
continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to