commit | 57c9fafe0f759c9f1efa5451662b3627f9bb95e0 | [log] [tgz] |
---|---|---|
author | Anthony Liguori <aliguori@us.ibm.com> | Mon Jan 30 08:55:55 2012 -0600 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Fri Feb 03 10:41:08 2012 -0600 |
tree | 6a097cdea9a82e94cbd696a45e3e5faac917881b | |
parent | 0beb4942071e385c16deba03848898865842edc7 [diff] |
qom: move properties from qdev to object This is mostly code movement although not entirely. This makes properties part of the Object base class which means that we can now start using Object in a meaningful way outside of qdev. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>