X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=qapi%2Fpragma.json;h=7f810b0e977b53a4d98d382f9eb8e7327fbb1819;hb=384dbdda94c0bba55bf186cccd3714bbb9b737e9;hp=3bc0335d1f9a4d7d6dd5337ddae65556f89b3e98;hpb=bdabafc6836edc0f34732cac473899cb4e77a296;p=mirror_qemu.git diff --git a/qapi/pragma.json b/qapi/pragma.json index 3bc0335d1f..7f810b0e97 100644 --- a/qapi/pragma.json +++ b/qapi/pragma.json @@ -1,9 +1,12 @@ +# -*- Mode: Python -*- +# vim: filetype=python + { 'pragma': { 'doc-required': true } } # Whitelists to permit QAPI rule violations; think twice before you # add to them! { 'pragma': { - # Commands allowed to return a non-dictionary: + # Command names containing '_' 'command-name-exceptions': [ 'add_client', 'block_resize', @@ -21,6 +24,7 @@ 'system_powerdown', 'system_reset', 'system_wakeup' ], + # Commands allowed to return a non-dictionary 'command-returns-exceptions': [ 'human-monitor-command', 'qom-get',