Signed-off-by: Benoit Canet <ben...@irqsave.net> --- qapi-schema.json | 15 --------------- qapi/block-core.json | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/qapi-schema.json b/qapi-schema.json index 5f371c8..2f5e0e2 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -3162,21 +3162,6 @@ 'returns': ['RxFilterInfo'] } ## -# @BlockdevOptionsBlkverify -# -# Driver specific block device options for blkverify. -# -# @test: block device to be tested -# -# @raw: raw image used for verification -# -# Since: 2.0 -## -{ 'type': 'BlockdevOptionsBlkverify', - 'data': { 'test': 'BlockdevRef', - 'raw': 'BlockdevRef' } } - -## # @BlockdevOptionsQuorum # # Driver specific block device options for Quorum diff --git a/qapi/block-core.json b/qapi/block-core.json index cb42a86..ec563d1 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -1335,3 +1335,18 @@ '*inject-error': ['BlkdebugInjectErrorOptions'], '*set-state': ['BlkdebugSetStateOptions'] } } +## +# @BlockdevOptionsBlkverify +# +# Driver specific block device options for blkverify. +# +# @test: block device to be tested +# +# @raw: raw image used for verification +# +# Since: 2.0 +## +{ 'type': 'BlockdevOptionsBlkverify', + 'data': { 'test': 'BlockdevRef', + 'raw': 'BlockdevRef' } } + -- 1.9.1