]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hmp.c
throttle: Add throttle group support
[mirror_qemu.git] / hmp.c
diff --git a/hmp.c b/hmp.c
index 514f22fbfa50630a278f487d4a35d1b33b15b37c..eb5ef61abef7cc6ee1f5634450749487a46d1d55 100644 (file)
--- a/hmp.c
+++ b/hmp.c
@@ -1356,7 +1356,9 @@ void hmp_block_set_io_throttle(Monitor *mon, const QDict *qdict)
                               false,
                               0,
                               false, /* No default I/O size */
-                              0, &err);
+                              0,
+                              false,
+                              NULL, &err);
     hmp_handle_error(mon, &err);
 }