diff mbox

[02/20] qdev: add data pointer to Property

Message ID 1296678500-19497-3-git-send-email-alevy@redhat.com
State New
Headers show

Commit Message

Alon Levy Feb. 2, 2011, 8:28 p.m. UTC
For later use by PROP_TYPE_ENUM, will store enumeration name/value
table there.
---
 hw/qdev.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff mbox

Patch

diff --git a/hw/qdev.h b/hw/qdev.h
index fa3221b..3d9acd7 100644
--- a/hw/qdev.h
+++ b/hw/qdev.h
@@ -83,6 +83,7 @@  struct Property {
     int          offset;
     int          bitnr;
     void         *defval;
+    void         *data;
 };
 
 enum PropertyType {