diff options
Diffstat (limited to 'qapi')
-rw-r--r-- | qapi/pragma.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qapi/pragma.json b/qapi/pragma.json index 7f810b0..0aa4eed 100644 --- a/qapi/pragma.json +++ b/qapi/pragma.json @@ -3,8 +3,8 @@ { 'pragma': { 'doc-required': true } } -# Whitelists to permit QAPI rule violations; think twice before you -# add to them! +# Entries in these lists are allowed to violate the QAPI rules (for +# historical reasons); think twice before you add to them! { 'pragma': { # Command names containing '_' 'command-name-exceptions': [ |