]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hmp.c
Update version for 2.7.1 release
[mirror_qemu.git] / hmp.c
diff --git a/hmp.c b/hmp.c
index cc2056e9e23b05f7cc996d580dc6c31a450e2419..bb45f7ffe453473c32802cc9d241e7acfdb94d07 100644 (file)
--- a/hmp.c
+++ b/hmp.c
@@ -1284,6 +1284,7 @@ void hmp_migrate_set_parameter(Monitor *mon, const QDict *qdict)
                 break;
             case MIGRATION_PARAMETER_CPU_THROTTLE_INCREMENT:
                 has_cpu_throttle_increment = true;
+                use_int_value = true;
                 break;
             case MIGRATION_PARAMETER_TLS_CREDS:
                 has_tls_creds = true;