]> git.proxmox.com Git - qemu.git/commit - vl.c
vl: add -object option to create QOM objects from the command line
authorAnthony Liguori <aliguori@us.ibm.com>
Mon, 25 Jun 2012 19:36:33 +0000 (14:36 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 16 Nov 2012 14:36:12 +0000 (08:36 -0600)
commit68d98d3e42b2b291274537d1ae4092e11d321437
tree6bfce1beea572098f24c85b5e9f023a7ebc18df4
parent6801038bc52d61f81ac8a25fbe392f1bad982887
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>
qemu-config.c
qemu-options.hx
vl.c