]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/hw/qdev-core.h
Merge remote-tracking branch 'remotes/qmp-unstable/tags/for-upstream' into staging
[mirror_qemu.git] / include / hw / qdev-core.h
index 5b7acf19faed2be212d7ef61f023c0c5510c2696..d4be92fbeeeb0c943f3091fa331855bb76e57244 100644 (file)
@@ -226,7 +226,7 @@ struct Property {
     PropertyInfo *info;
     int          offset;
     uint8_t      bitnr;
-    uint8_t      qtype;
+    qtype_code   qtype;
     int64_t      defval;
     int          arrayoffset;
     PropertyInfo *arrayinfo;