qapi: replace 'o' for list items
Replace with '*', the common form for list items. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20170113144135.5150-2-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
b6af8ea602
commit
3df58d4115
@ -1883,11 +1883,11 @@
|
||||
#
|
||||
# Known limitations:
|
||||
#
|
||||
# o This command is stateless, this means that commands that depend
|
||||
# * This command is stateless, this means that commands that depend
|
||||
# on state information (such as getfd) might not work
|
||||
#
|
||||
# o Commands that prompt the user for data (eg. 'cont' when the block
|
||||
# device is encrypted) don't currently work
|
||||
# * Commands that prompt the user for data (eg. 'cont' when the block
|
||||
# device is encrypted) don't currently work
|
||||
##
|
||||
{ 'command': 'human-monitor-command',
|
||||
'data': {'command-line': 'str', '*cpu-index': 'int'},
|
||||
|
Loading…
Reference in New Issue
Block a user