]> git.proxmox.com Git - mirror_qemu.git/commit
qom: register legacy properties as new style properties (v2)
authorAnthony Liguori <aliguori@us.ibm.com>
Mon, 12 Dec 2011 20:29:27 +0000 (14:29 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 15 Dec 2011 15:20:47 +0000 (09:20 -0600)
commita5296ca9df745d8af319282ab5d85439c211bb10
tree3360250f1e139192aecdcfbe0ad6f1732ef9ef3a
parent44677ded43f1dec44fabfe52f3a4f6eb28134f95
qom: register legacy properties as new style properties (v2)

Expose all legacy properties through the new QOM property mechanism.  The qdev
property types are exposed through the 'legacy<>' namespace.  They are always
visited as strings since they do their own string parsing.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/qdev.c
hw/qdev.h