]> git.proxmox.com Git - qemu.git/commit - vl.c
qmp: access the local QemuOptsLists for drive option
authorAmos Kong <akong@redhat.com>
Sat, 9 Nov 2013 04:15:47 +0000 (12:15 +0800)
committerKevin Wolf <kwolf@redhat.com>
Thu, 14 Nov 2013 12:09:07 +0000 (13:09 +0100)
commit968854c8a106243eae7a68394ce1cb85dc138837
tree81b295358ac5d9f05554a4a9e650d14b7dcf2fb0
parentd48adddac7d1839c8d734506aba6fd39fb9c3834
qmp: access the local QemuOptsLists for drive option

Currently we have three QemuOptsList (qemu_common_drive_opts,
qemu_legacy_drive_opts, and qemu_drive_opts), only qemu_drive_opts
is added to vm_config_groups[].

This patch changes query-command-line-options to access three local
QemuOptsLists for drive option, and merge the description items
together.

Signed-off-by: Amos Kong <akong@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
blockdev.c
include/qemu/config-file.h
include/sysemu/sysemu.h
util/qemu-config.c
vl.c