commit | 83e94fb8d5167d08d19eb1a84d058d9cd350bae9 | [log] [tgz] |
---|---|---|
author | Anthony Liguori <aliguori@us.ibm.com> | Mon Dec 12 14:29:32 2011 -0600 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Thu Dec 15 09:20:48 2011 -0600 |
tree | 7a45a0dbf146639a37cbebf220aea7068b85c9b4 | |
parent | 3de1c3e82d06ac7fe789d912feb8876c0a8b270e [diff] |
qom: add link properties (v2) Links represent an ephemeral relationship between devices. They are meant to replace the qdev concept of busses by allowing more informal relationships between devices. Links are fairly limited in their usefulness without implementing QOM-style subclassing and interfaces. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>