commit | 68d98d3e42b2b291274537d1ae4092e11d321437 | [log] [tgz] |
---|---|---|
author | Anthony Liguori <aliguori@us.ibm.com> | Mon Jun 25 14:36:33 2012 -0500 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Fri Nov 16 08:36:12 2012 -0600 |
tree | 6bfce1beea572098f24c85b5e9f023a7ebc18df4 | |
parent | 6801038bc52d61f81ac8a25fbe392f1bad982887 [diff] |
vl: add -object option to create QOM objects from the command line This will create a new QOM object in the '/objects' path. Note that properties are set in order which allows for simple objects to be initialized entirely with this option and then realized. This option is roughly equivalent to -device but for things that are not devices. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>