| Submitter | Alon Levy |
|---|---|
| Date | Feb. 3, 2011, 10:45 p.m. |
| Message ID | <1296773152-23279-3-git-send-email-alevy@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/81736/ |
| State | New |
| Headers | show |
Comments
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 {
For later use by PROP_TYPE_ENUM, will store enumeration name/value table there. Signed-off-by: Alon Levy <alevy@redhat.com> --- hw/qdev.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)