On 27.03.2017 15:26, Markus Armbruster wrote: > The way we communicate extra key-value pairs from > qemu_rbd_parse_filename() to qemu_rbd_open() exposes option parameter > "keyvalue-pairs" on the command line. It's not wanted there. Hack: > rename the parameter to "=keyvalue-pairs" to make it inaccessible. > > Signed-off-by: Markus Armbruster > Reviewed-by: Eric Blake > --- > block/rbd.c | 12 ++++++++---- > 1 file changed, 8 insertions(+), 4 deletions(-) Reviewed-by: Max Reitz (Or you could just use x- like blkdebug does...) Max