]> git.proxmox.com Git - qemu.git/blobdiff - qerror.h
lm32: add Milkymist Minimac support
[qemu.git] / qerror.h
index f732d45e80bd0092d7c2fd3df6cc0c129f4dc3a2..df61d2c2c6f891f6b55f4de949f829d4a3b4dd2b 100644 (file)
--- a/qerror.h
+++ b/qerror.h
@@ -171,4 +171,7 @@ QError *qobject_to_qerror(const QObject *obj);
 #define QERR_VNC_SERVER_FAILED \
     "{ 'class': 'VNCServerFailed', 'data': { 'target': %s } }"
 
+#define QERR_FEATURE_DISABLED \
+    "{ 'class': 'FeatureDisabled', 'data': { 'name': %s } }"
+
 #endif /* QERROR_H */