From 49687ace0237a6af1e93d27e74c4f72983e1be2b Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Thu, 17 Nov 2016 19:54:51 +0400 Subject: qapi: fix schema symbol sections According to docs/qapi-code-gen.txt, there needs to be '##' to start a and end a symbol section, that's also what the documentation parser expects. Signed-off-by: Marc-André Lureau Reviewed-by: Eric Blake Message-Id: <20161117155504.21843-5-marcandre.lureau@redhat.com> Reviewed-by: Markus Armbruster Signed-off-by: Markus Armbruster --- qga/qapi-schema.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qga/qapi-schema.json') diff --git a/qga/qapi-schema.json b/qga/qapi-schema.json index 758803a870..7a352672fa 100644 --- a/qga/qapi-schema.json +++ b/qga/qapi-schema.json @@ -837,6 +837,7 @@ { 'command': 'guest-set-user-password', 'data': { 'username': 'str', 'password': 'str', 'crypted': 'bool' } } +## # @GuestMemoryBlock: # # @phys-index: Arbitrary guest-specific unique identifier of the MEMORY BLOCK. @@ -936,6 +937,7 @@ 'data': {'mem-blks': ['GuestMemoryBlock'] }, 'returns': ['GuestMemoryBlockResponse'] } +## # @GuestMemoryBlockInfo: # # @size: the size (in bytes) of the guest memory blocks, @@ -959,6 +961,7 @@ { 'command': 'guest-get-memory-block-info', 'returns': 'GuestMemoryBlockInfo' } +## # @GuestExecStatus: # # @exited: true if process has already terminated. -- cgit v1.2.3-55-g7522