* [Qemu-devel] [PULL 0/1] qemu-ga: documentation/schema fix
@ 2013-01-14 22:25 Michael Roth
2013-01-14 22:25 ` [Qemu-devel] [PATCH] qga: add missing commas in json docs Michael Roth
2013-01-16 1:18 ` [Qemu-devel] [PULL 0/1] qemu-ga: documentation/schema fix Anthony Liguori
0 siblings, 2 replies; 3+ messages in thread
From: Michael Roth @ 2013-01-14 22:25 UTC (permalink / raw)
To: qemu-devel; +Cc: aliguori
Small patch that was missing from previous qga-pull-1-14-2013 pull.
I've confirmed that this won't conflict with outstanding, so please
pull both.
The following changes since commit b8bec49cccbf8e34558371df60e7e64419c4fde9:
dataplane: fix build breakage on set_guest_notifiers() (2013-01-14 13:36:12 -0600)
are available in the git repository at:
git://github.com/mdroth/qemu.git qga-pull-1-14-2013-2
for you to fetch changes up to 01b87f6d217ed05d5948562f74f5cf7b511a9c6c:
qga: add missing commas in json docs (2013-01-14 16:15:26 -0600)
----------------------------------------------------------------
Eric Blake (1):
qga: add missing commas in json docs
qga/qapi-schema.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Qemu-devel] [PATCH] qga: add missing commas in json docs
2013-01-14 22:25 [Qemu-devel] [PULL 0/1] qemu-ga: documentation/schema fix Michael Roth
@ 2013-01-14 22:25 ` Michael Roth
2013-01-16 1:18 ` [Qemu-devel] [PULL 0/1] qemu-ga: documentation/schema fix Anthony Liguori
1 sibling, 0 replies; 3+ messages in thread
From: Michael Roth @ 2013-01-14 22:25 UTC (permalink / raw)
To: qemu-devel; +Cc: aliguori
From: Eric Blake <eblake@redhat.com>
* qga/qapi-schema.json: Use valid JSON.
Signed-off-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
---
qga/qapi-schema.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/qga/qapi-schema.json b/qga/qapi-schema.json
index ed0eb69..d91d903 100644
--- a/qga/qapi-schema.json
+++ b/qga/qapi-schema.json
@@ -31,7 +31,7 @@
#
# Since: 1.1
# ##
-{ 'command': 'guest-sync-delimited'
+{ 'command': 'guest-sync-delimited',
'data': { 'id': 'int' },
'returns': 'int' }
@@ -69,7 +69,7 @@
#
# Since: 0.15.0
##
-{ 'command': 'guest-sync'
+{ 'command': 'guest-sync',
'data': { 'id': 'int' },
'returns': 'int' }
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PULL 0/1] qemu-ga: documentation/schema fix
2013-01-14 22:25 [Qemu-devel] [PULL 0/1] qemu-ga: documentation/schema fix Michael Roth
2013-01-14 22:25 ` [Qemu-devel] [PATCH] qga: add missing commas in json docs Michael Roth
@ 2013-01-16 1:18 ` Anthony Liguori
1 sibling, 0 replies; 3+ messages in thread
From: Anthony Liguori @ 2013-01-16 1:18 UTC (permalink / raw)
To: Michael Roth, qemu-devel; +Cc: aliguori
Pulled, thanks.
Regards,
Anthony Liguori
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-01-16 1:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-14 22:25 [Qemu-devel] [PULL 0/1] qemu-ga: documentation/schema fix Michael Roth
2013-01-14 22:25 ` [Qemu-devel] [PATCH] qga: add missing commas in json docs Michael Roth
2013-01-16 1:18 ` [Qemu-devel] [PULL 0/1] qemu-ga: documentation/schema fix Anthony Liguori
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).