commit | fe40e627c51e38922b64b02b6163aea4b6aad896 | [log] [tgz] |
---|---|---|
author | Anthony Liguori <aliguori@us.ibm.com> | Fri Dec 23 08:35:43 2011 -0600 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Fri Feb 03 10:41:08 2012 -0600 |
tree | b79dfdbfcbfdb11857b97db2bd11662324315b2f | |
parent | 57c9fafe0f759c9f1efa5451662b3627f9bb95e0 [diff] |
qom: accept any compatible type when setting a link property Links had limited utility before as they only allowed a concrete type to be specified. Now we can support abstract types and interfaces which means it's now possible to have a link<PCIDevice>. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>