Statistics
| Branch: | Revision:

root / hw / container.c @ a0f42610

History | View | Annotate | Download (370 Bytes)

# Date Author Comment
a10f07a7 12/15/2011 05:20 pm Anthony Liguori

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 <>