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