diff options
| author | Prasanna Kumar Kalever | 2016-11-02 17:50:36 +0100 |
|---|---|---|
| committer | Jeff Cody | 2016-12-05 22:30:15 +0100 |
| commit | 1a417e46aedb7d762691fdd9aaab67465240b830 (patch) | |
| tree | 447534e364f6e537ac677c5b8d2f8dd1d50b2c74 /include/exec/memory.h | |
| parent | Merge remote-tracking branch 'yongbok/tags/mips-20161204' into staging (diff) | |
| download | qemu-1a417e46aedb7d762691fdd9aaab67465240b830.tar.gz qemu-1a417e46aedb7d762691fdd9aaab67465240b830.tar.xz qemu-1a417e46aedb7d762691fdd9aaab67465240b830.zip | |
block/gluster: fix QMP to match debug option
The QMP definition of BlockdevOptionsGluster:
{ 'struct': 'BlockdevOptionsGluster',
'data': { 'volume': 'str',
'path': 'str',
'server': ['GlusterServer'],
'*debug-level': 'int',
'*logfile': 'str' } }
But instead of 'debug-level we have exported 'debug' as the option for choosing
debug level of gluster protocol driver.
This patch fix QMP definition BlockdevOptionsGluster
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 'include/exec/memory.h')
0 files changed, 0 insertions, 0 deletions
