[libvirt] [perl PATCH 1/6] Fix typo breaking some migrate parameter handling

Daniel P. Berrangé berrange at redhat.com
Tue Dec 10 13:17:14 UTC 2019


Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
---
 Changes         | 2 ++
 lib/Sys/Virt.xs | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/Changes b/Changes
index 37529ac..2ba87bb 100644
--- a/Changes
+++ b/Changes
@@ -4,6 +4,8 @@ Revision history for perl module Sys::Virt
 
  - Add VIR_DOMAIN_JOB_SUCCESS and VIR_DOMAIN_JOB_STATS_KEEP_COMPLETED
    constants
+ - Fix typo breaking migration postcopy bandwidth and
+   autoconvert increment parameter handling
 
 5.10.0 2019-12-03
 
diff --git a/lib/Sys/Virt.xs b/lib/Sys/Virt.xs
index 98a12d7..08fd084 100644
--- a/lib/Sys/Virt.xs
+++ b/lib/Sys/Virt.xs
@@ -5571,7 +5571,7 @@ _migrate_to_uri(dom, desturi, newparams, flags=0)
              VIR_TYPED_PARAM_FIELD_LENGTH);
      params[14].type = VIR_TYPED_PARAM_INT;
 
-     strncpy(params[14].field, VIR_MIGRATE_PARAM_BANDWIDTH_POSTCOPY,
+     strncpy(params[15].field, VIR_MIGRATE_PARAM_BANDWIDTH_POSTCOPY,
              VIR_TYPED_PARAM_FIELD_LENGTH);
      params[15].type = VIR_TYPED_PARAM_ULLONG;
 
-- 
2.23.0




More information about the libvir-list mailing list