diff options
author | John Snow <jsnow@redhat.com> | 2015-04-28 15:20:41 -0400 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2015-04-30 16:06:17 +0300 |
commit | 5403432f39fc09ce1973cc8c1a62e16502358bf7 (patch) | |
tree | 8f30337c81e96116189bcd6ca8196192148d1e39 /qmp-commands.hx | |
parent | 52a53afebd2604af957d50fd4f3ce2012350a40d (diff) | |
download | hqemu-5403432f39fc09ce1973cc8c1a62e16502358bf7.zip hqemu-5403432f39fc09ce1973cc8c1a62e16502358bf7.tar.gz |
qmp-commands: Fix typo
Just a trivial patch to correct a QMP example in qmp-commands.hx.
Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'qmp-commands.hx')
-rw-r--r-- | qmp-commands.hx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qmp-commands.hx b/qmp-commands.hx index 213508f..d4a837c 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx @@ -2380,7 +2380,7 @@ Example: "virtual-size":2048000, "backing_file":"base.qcow2", "full-backing-filename":"disks/base.qcow2", - "backing-filename-format:"qcow2", + "backing-filename-format":"qcow2", "snapshots":[ { "id": "1", @@ -3847,7 +3847,7 @@ Example: "virtual-size":2048000, "backing_file":"base.qcow2", "full-backing-filename":"disks/base.qcow2", - "backing-filename-format:"qcow2", + "backing-filename-format":"qcow2", "snapshots":[ { "id": "1", |