Message ID | 1440672515-19053-1-git-send-email-marcandre.lureau@redhat.com |
---|---|
State | New |
Headers | show |
On 08/27/2015 04:48 AM, marcandre.lureau@redhat.com wrote: > From: Marc-André Lureau <marcandre.lureau@redhat.com> > > For consistency with the rest of the comment blocks. > > Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> > --- > qga/qapi-schema.json | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > Reviewed-by: Eric Blake <eblake@redhat.com>
Applied to -trivial, thanks! /mjt
diff --git a/qga/qapi-schema.json b/qga/qapi-schema.json index 6b0bd16..82894c6 100644 --- a/qga/qapi-schema.json +++ b/qga/qapi-schema.json @@ -12,6 +12,7 @@ ## ## +# @guest-sync-delimited: # # Echo back a unique integer value, and prepend to response a # leading sentinel byte (0xFF) the client can check scan for. @@ -41,7 +42,7 @@ # Returns: The unique integer id passed in by the client # # Since: 1.1 -# ## +## { 'command': 'guest-sync-delimited', 'data': { 'id': 'int' }, 'returns': 'int' }