OSDN Git Service

qom: add link properties (v2)
authorAnthony Liguori <aliguori@us.ibm.com>
Mon, 12 Dec 2011 20:29:32 +0000 (14:29 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 15 Dec 2011 15:20:48 +0000 (09:20 -0600)
commit83e94fb8d5167d08d19eb1a84d058d9cd350bae9
tree7a45a0dbf146639a37cbebf220aea7068b85c9b4
parent3de1c3e82d06ac7fe789d912feb8876c0a8b270e
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>
hw/qdev.c
hw/qdev.h