]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
qom: introduce root device
authorAnthony Liguori <aliguori@us.ibm.com>
Mon, 12 Dec 2011 20:29:28 +0000 (14:29 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 15 Dec 2011 15:20:47 +0000 (09:20 -0600)
commita10f07a7d0827eeef920c16b500b50030b7ff651
treea44dcb4da7c63ea80b9866b7f1b87aa86263d34d
parenta5296ca9df745d8af319282ab5d85439c211bb10
qom: introduce root device

This is based on Jan's suggestion for how to do unique naming.  The root device
is the root of composition.  All devices are reachable via child<> links from
this device.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Makefile.objs
hw/container.c [new file with mode: 0644]
hw/qdev.c
hw/qdev.h