]> git.proxmox.com Git - mirror_qemu.git/blobdiff - docs/throttle.txt
docs/migration: Split "dirty limit"
[mirror_qemu.git] / docs / throttle.txt
index b5b78b7326d822cac7e0b7e5466e2009e80318e9..0a0453a5ee66620dedebf2946d7204e19757e2b2 100644 (file)
@@ -273,11 +273,9 @@ A group can be created using the object-add QMP function:
      "arguments": {
        "qom-type": "throttle-group",
        "id": "group0",
-       "props": {
-         "limits" : {
-           "iops-total": 1000
-           "bps-write": 2097152
-         }
+       "limits" : {
+         "iops-total": 1000,
+         "bps-write": 2097152
        }
      }
    }