]> Git Repo - qemu.git/blobdiff - hmp.c
qapi/block-stream: expose new job properties
[qemu.git] / hmp.c
diff --git a/hmp.c b/hmp.c
index 4975fa56b05a67efe068395e9c898c1c3cd42216..868c1a049d14b8f98905c64874d7d10f4131b9cb 100644 (file)
--- a/hmp.c
+++ b/hmp.c
@@ -1905,8 +1905,9 @@ void hmp_block_stream(Monitor *mon, const QDict *qdict)
     int64_t speed = qdict_get_try_int(qdict, "speed", 0);
 
     qmp_block_stream(true, device, device, base != NULL, base, false, NULL,
-                     false, NULL, qdict_haskey(qdict, "speed"), speed,
-                     true, BLOCKDEV_ON_ERROR_REPORT, &error);
+                     false, NULL, qdict_haskey(qdict, "speed"), speed, true,
+                     BLOCKDEV_ON_ERROR_REPORT, false, false, false, false,
+                     &error);
 
     hmp_handle_error(mon, &error);
 }
This page took 0.022234 seconds and 4 git commands to generate.