commit | 361127dfb48d7d6b6b8e2e5fa79160d92e740a44 | [log] [tgz] |
---|---|---|
author | Markus Armbruster <[email protected]> | Wed Feb 10 20:24:35 2010 +0100 |
committer | Markus Armbruster <[email protected]> | Tue Mar 16 17:45:35 2010 +0100 |
tree | cc4eeaaabd87c4054e2c06a8174daa364a23e366 | |
parent | 304329eea01f730733db3f0d6483c01d957378cb [diff] |
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.