QemuOpts: repurpose qemu_opts_print to replace print_option_parameters
commite67905426bf3cf811d31c87789c1c7e986849d66
authorChunyan Liu <cyliu@suse.com>
Thu, 5 Jun 2014 09:20:41 +0000 (5 17:20 +0800)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 16 Jun 2014 09:23:19 +0000 (16 17:23 +0800)
tree556b38c40ad3663e06f0652e81f53fdca4fe9d7c
parent5e89db7641fdf61f066119e4d8864ad7be1e32f0
QemuOpts: repurpose qemu_opts_print to replace print_option_parameters

Currently this function is not used anywhere. In later patches, it will
replace print_option_parameters. To avoid print info changes, change
qemu_opts_print from fprintf stderr to printf, and remove last printf.

Signed-off-by: Chunyan Liu <cyliu@suse.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
include/qemu/option.h
util/qemu-option.c