]> git.proxmox.com Git - mirror_qemu.git/commit - monitor.c
monitor: New argument type 'O'
authorMarkus Armbruster <armbru@redhat.com>
Wed, 10 Feb 2010 19:24:35 +0000 (20:24 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 16 Mar 2010 16:45:35 +0000 (17:45 +0100)
commit361127dfb48d7d6b6b8e2e5fa79160d92e740a44
treecc4eeaaabd87c4054e2c06a8174daa364a23e366
parent304329eea01f730733db3f0d6483c01d957378cb
monitor: New argument type 'O'

In the human monitor, it declares a single optional argument to be
parsed according to the QemuOptsList given by its name.

In QMP, it declares an optional argument for each member of the
QemuOptsList.

Restriction: only lists with empty desc are supported for now.  Good
enough for the job at hand.  We'll lift the restriction when we need
that.
monitor.c