qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] qmp-commands: Fix typo
@ 2015-04-28 19:20 John Snow
  2015-04-28 19:39 ` Eric Blake
  2015-04-29  6:35 ` Michael Tokarev
  0 siblings, 2 replies; 3+ messages in thread
From: John Snow @ 2015-04-28 19:20 UTC (permalink / raw)
  To: qemu-trivial; +Cc: John Snow, qemu-devel

Just a trivial patch to correct a QMP example in qmp-commands.hx.

Signed-off-by: John Snow <jsnow@redhat.com>
---
 qmp-commands.hx | 4 ++--
 1 file 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",
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] qmp-commands: Fix typo
  2015-04-28 19:20 [Qemu-devel] [PATCH] qmp-commands: Fix typo John Snow
@ 2015-04-28 19:39 ` Eric Blake
  2015-04-29  6:35 ` Michael Tokarev
  1 sibling, 0 replies; 3+ messages in thread
From: Eric Blake @ 2015-04-28 19:39 UTC (permalink / raw)
  To: John Snow, qemu-trivial; +Cc: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 408 bytes --]

On 04/28/2015 01:20 PM, John Snow wrote:
> Just a trivial patch to correct a QMP example in qmp-commands.hx.
> 
> Signed-off-by: John Snow <jsnow@redhat.com>
> ---
>  qmp-commands.hx | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Eric Blake <eblake@redhat.com>

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] qmp-commands: Fix typo
  2015-04-28 19:20 [Qemu-devel] [PATCH] qmp-commands: Fix typo John Snow
  2015-04-28 19:39 ` Eric Blake
@ 2015-04-29  6:35 ` Michael Tokarev
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Tokarev @ 2015-04-29  6:35 UTC (permalink / raw)
  To: John Snow, qemu-trivial; +Cc: qemu-devel

Applied to trivial, thank you!

/mjt

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-04-29  6:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-28 19:20 [Qemu-devel] [PATCH] qmp-commands: Fix typo John Snow
2015-04-28 19:39 ` Eric Blake
2015-04-29  6:35 ` Michael Tokarev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).