diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2011-12-18 17:05:10 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-12-19 10:27:34 -0600 |
commit | cafe5bdb9a6179f80562e99ef3f29bdf0b5df678 (patch) | |
tree | aa01bcb7568b61048a466f4e780e326ddef4a655 /hw/qdev.h | |
parent | 80e555c2418c50e5130fed6245537dfd2ba4bebd (diff) |
qom: distinguish "legacy" property type name from QOM type name
Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/qdev.h')
-rw-r--r-- | hw/qdev.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -156,6 +156,7 @@ enum PropertyType { struct PropertyInfo { const char *name; + const char *legacy_name; size_t size; enum PropertyType type; int64_t min; |