提交 c7a4e0c4 编写于 作者: M Markus Armbruster

qapi-schema: Rocker doc section contains unrelated stuff, fix

Bug: section "Rocker switch device" starts with the rocker stuff, but
then has unrelated stuff, like ReplayMode, xen-load-devices-state, ...

Cause: rocker.json is included in the middle of section "QMP commands".

Fix: include it in a sane place, namely next to the other sub-schemas.
Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
Reviewed-by: NMarc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <1503602048-12268-4-git-send-email-armbru@redhat.com>
上级 a885cd39
...@@ -81,6 +81,7 @@ ...@@ -81,6 +81,7 @@
{ 'include': 'qapi/common.json' } { 'include': 'qapi/common.json' }
{ 'include': 'qapi/crypto.json' } { 'include': 'qapi/crypto.json' }
{ 'include': 'qapi/block.json' } { 'include': 'qapi/block.json' }
{ 'include': 'qapi/rocker.json' }
{ 'include': 'qapi/event.json' } { 'include': 'qapi/event.json' }
{ 'include': 'qapi/trace.json' } { 'include': 'qapi/trace.json' }
{ 'include': 'qapi/introspect.json' } { 'include': 'qapi/introspect.json' }
...@@ -6273,9 +6274,6 @@ ...@@ -6273,9 +6274,6 @@
## ##
{ 'command': 'rtc-reset-reinjection' } { 'command': 'rtc-reset-reinjection' }
# Rocker ethernet network switch
{ 'include': 'qapi/rocker.json' }
## ##
# @ReplayMode: # @ReplayMode:
# #
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册