]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
QemuOpts: add qemu_opts_print_help to replace print_option_help
authorChunyan Liu <cyliu@suse.com>
Thu, 5 Jun 2014 09:20:47 +0000 (17:20 +0800)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 16 Jun 2014 09:23:20 +0000 (17:23 +0800)
commit504189a96fdee5916073858f0e60f33e0275454a
treef7713e64cafe4a089cdfad7facb7c0f76a74d4c8
parent782730b0bcde44eef8eb5b2d4200eff318ec77cd
QemuOpts: add qemu_opts_print_help to replace print_option_help

print_option_help takes QEMUOptionParameter as parameter, add
qemu_opts_print_help to take QemuOptsList as parameter for later
replace work.

Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Leandro Dorileo <l@dorileo.org>
Signed-off-by: Dong Xu Wang <wdongxu@linux.vnet.ibm.com>
Signed-off-by: Chunyan Liu <cyliu@suse.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
include/qemu/option.h
util/qemu-option.c