]> git.proxmox.com Git - qemu.git/blobdiff - qobject.h
eepro100: Improve debug messages
[qemu.git] / qobject.h
index 67b03d089ca676aec4f9c3054cac2b07f1f334ca..07de211ef0436190806578e74131fcff9e0a453d 100644 (file)
--- a/qobject.h
+++ b/qobject.h
@@ -42,6 +42,8 @@ typedef enum {
     QTYPE_QDICT,
     QTYPE_QLIST,
     QTYPE_QFLOAT,
+    QTYPE_QBOOL,
+    QTYPE_QERROR,
 } qtype_code;
 
 struct QObject;