]> Git Repo - qemu.git/commit
rbd: Don't accept -drive driver=rbd, keyvalue-pairs=...
authorMarkus Armbruster <[email protected]>
Tue, 28 Mar 2017 08:56:03 +0000 (10:56 +0200)
committerJeff Cody <[email protected]>
Tue, 28 Mar 2017 13:53:16 +0000 (09:53 -0400)
commit82f20e8547ce665e9bb23fdb55374840b846c143
treeb47abd57f06bbb367e182d86af640e807ad16b22
parent8efb339dd47b164429e9a57f36ac5c3dd810a4ce
rbd: Don't accept -drive driver=rbd, keyvalue-pairs=...

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 <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Reviewed-by: Max Reitz <[email protected]>
Reviewed-by: Jeff Cody <[email protected]>
Message-id: 1490691368[email protected]
Signed-off-by: Jeff Cody <[email protected]>
block/rbd.c
This page took 0.021261 seconds and 4 git commands to generate.