This helps the doc parser. Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> --- qapi-schema.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/qapi-schema.json b/qapi-schema.json index 3091993..3ac8637 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -4414,14 +4414,16 @@ ## { 'command': 'query-memory-devices', 'returns': ['MemoryDeviceInfo'] } -## @ACPISlotType +## +# @ACPISlotType # # @DIMM: memory slot # @CPU: logical CPU slot (since 2.7) # { 'enum': 'ACPISlotType', 'data': [ 'DIMM', 'CPU' ] } -## @ACPIOSTInfo +## +# @ACPIOSTInfo # # OSPM Status Indication for a device # For description of possible values of @source and @status fields -- 2.10.0