summary refs log tree commit diff stats
path: root/scripts/qapi.py
diff options
context:
space:
mode:
authorPrasanna Kumar Kalever <prasanna.kalever@redhat.com>2016-11-02 22:20:37 +0530
committerJeff Cody <jcody@redhat.com>2016-12-05 16:30:21 -0500
commit7103d9165b78dd827e05d87f1edf1a5ec0847ebe (patch)
tree142d7649dee0670eb33261b4f5c4c2c95f0c4cc1 /scripts/qapi.py
parent1a417e46aedb7d762691fdd9aaab67465240b830 (diff)
downloadfocaccia-qemu-7103d9165b78dd827e05d87f1edf1a5ec0847ebe.tar.gz
focaccia-qemu-7103d9165b78dd827e05d87f1edf1a5ec0847ebe.zip
block/nfs: fix QMP to match debug option
The QMP definition of BlockdevOptionsNfs:
{ 'struct': 'BlockdevOptionsNfs',
  'data': { 'server': 'NFSServer',
            'path': 'str',
            '*user': 'int',
            '*group': 'int',
            '*tcp-syn-count': 'int',
            '*readahead-size': 'int',
            '*page-cache-size': 'int',
            '*debug-level': 'int' } }

To make this consistent with other block protocols like gluster, lets
change s/debug-level/debug/

Suggested-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Jeff Cody <jcody@redhat.com>
Diffstat (limited to 'scripts/qapi.py')
0 files changed, 0 insertions, 0 deletions