Re: [Qemu-devel] [PATCH v5 08/22] blkdebug: Use command-line in read_config()
Am 13.12.2013 um 18:10 hat Max Reitz geschrieben: > Use qemu_config_parse_qdict() to parse the command-line options in > addition to the config file. > > Signed-off-by: Max Reitz Reviewed-by: Kevin Wolf
[Qemu-devel] [PATCH v5 08/22] blkdebug: Use command-line in read_config()
Use qemu_config_parse_qdict() to parse the command-line options in addition to the config file. Signed-off-by: Max Reitz --- block/blkdebug.c | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/block/blkdebug.c b/block/blkdebug.c index 5647467..08ea88c 100644 ---