All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] qapi: lack of two commas in dict
@ 2013-06-19  9:23 Amos Kong
  2013-06-19  9:23 ` Amos Kong
  2013-06-19 13:22 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
  0 siblings, 2 replies; 3+ messages in thread
From: Amos Kong @ 2013-06-19  9:23 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, aliguori, lilei

Signed-off-by: Amos Kong <akong@redhat.com>
---
 qapi-schema.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/qapi-schema.json b/qapi-schema.json
index 128cc58..38acd25 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -388,7 +388,7 @@
 #
 # Since: 1.4
 ##
-{ 'enum': 'DataFormat'
+{ 'enum': 'DataFormat',
   'data': [ 'utf8', 'base64' ] }
 
 ##
@@ -1589,7 +1589,7 @@
 #
 # Since: 1.1
 ##
-{ 'enum': 'NewImageMode'
+{ 'enum': 'NewImageMode',
   'data': [ 'existing', 'absolute-paths' ] }
 
 ##
-- 
1.8.1.4

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

* [Qemu-devel] [PATCH] qapi: lack of two commas in dict
  2013-06-19  9:23 [Qemu-devel] [PATCH] qapi: lack of two commas in dict Amos Kong
@ 2013-06-19  9:23 ` Amos Kong
  2013-06-19 13:22 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
  1 sibling, 0 replies; 3+ messages in thread
From: Amos Kong @ 2013-06-19  9:23 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, aliguori, lilei

Signed-off-by: Amos Kong <akong@redhat.com>
---
 qapi-schema.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/qapi-schema.json b/qapi-schema.json
index 128cc58..38acd25 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -388,7 +388,7 @@
 #
 # Since: 1.4
 ##
-{ 'enum': 'DataFormat'
+{ 'enum': 'DataFormat',
   'data': [ 'utf8', 'base64' ] }
 
 ##
@@ -1589,7 +1589,7 @@
 #
 # Since: 1.1
 ##
-{ 'enum': 'NewImageMode'
+{ 'enum': 'NewImageMode',
   'data': [ 'existing', 'absolute-paths' ] }
 
 ##
-- 
1.8.1.4

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

* Re: [Qemu-devel] [Qemu-trivial] [PATCH] qapi: lack of two commas in dict
  2013-06-19  9:23 [Qemu-devel] [PATCH] qapi: lack of two commas in dict Amos Kong
  2013-06-19  9:23 ` Amos Kong
@ 2013-06-19 13:22 ` Michael Tokarev
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Tokarev @ 2013-06-19 13:22 UTC (permalink / raw)
  To: Amos Kong; +Cc: qemu-trivial, aliguori, qemu-devel, lilei

Thanks, applied to the trivial patches queue.

/mjt

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

end of thread, other threads:[~2013-06-19 13:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-19  9:23 [Qemu-devel] [PATCH] qapi: lack of two commas in dict Amos Kong
2013-06-19  9:23 ` Amos Kong
2013-06-19 13:22 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.