Signed-off-by: Benoit Canet <ben...@irqsave.net> --- qapi-schema.json | 20 -------------------- qapi/block-core.json | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/qapi-schema.json b/qapi-schema.json index d2a25c4..ff85d1c 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -3162,26 +3162,6 @@ 'returns': ['RxFilterInfo'] } ## -# @BlkdebugSetStateOptions -# -# Describes a single state-change event for blkdebug. -# -# @event: trigger event -# -# @state: #optional the current state identifier blkdebug needs to be in; -# defaults to "any" -# -# @new_state: the state identifier blkdebug is supposed to assume if -# this event is triggered -# -# Since: 2.0 -## -{ 'type': 'BlkdebugSetStateOptions', - 'data': { 'event': 'BlkdebugEvent', - '*state': 'int', - 'new_state': 'int' } } - -## # @BlockdevOptionsBlkdebug # # Driver specific block device options for blkdebug. diff --git a/qapi/block-core.json b/qapi/block-core.json index 5aba01d..82299b2 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -1291,3 +1291,23 @@ '*once': 'bool', '*immediately': 'bool' } } +## +# @BlkdebugSetStateOptions +# +# Describes a single state-change event for blkdebug. +# +# @event: trigger event +# +# @state: #optional the current state identifier blkdebug needs to be in; +# defaults to "any" +# +# @new_state: the state identifier blkdebug is supposed to assume if +# this event is triggered +# +# Since: 2.0 +## +{ 'type': 'BlkdebugSetStateOptions', + 'data': { 'event': 'BlkdebugEvent', + '*state': 'int', + 'new_state': 'int' } } + -- 1.9.1