]> git.ipfire.org Git - thirdparty/qemu.git/commit
block/nfs: fix QMP to match debug option
authorPrasanna Kumar Kalever <prasanna.kalever@redhat.com>
Wed, 2 Nov 2016 16:50:37 +0000 (22:20 +0530)
committerJeff Cody <jcody@redhat.com>
Mon, 5 Dec 2016 21:30:21 +0000 (16:30 -0500)
commit7103d9165b78dd827e05d87f1edf1a5ec0847ebe
tree142d7649dee0670eb33261b4f5c4c2c95f0c4cc1
parent1a417e46aedb7d762691fdd9aaab67465240b830
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>
block/nfs.c
qapi/block-core.json