mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
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 <marcandre.lureau@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <20161117155504.21843-5-marcandre.lureau@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
95cd8fd909
commit
49687ace02
3 changed files with 17 additions and 5 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue