Remove unneeded kvm.h from cpu-exec.c
[qemu.git] / qerror.h
index 8b971fd87b9792ada5021e5c6db9e0c4ffad8b23..16c830d8b75917aaafb57d8428b83962cca7d18b 100644 (file)
--- a/qerror.h
+++ b/qerror.h
@@ -169,6 +169,9 @@ QError *qobject_to_qerror(const QObject *obj);
 #define QERR_UNDEFINED_ERROR \
     "{ 'class': 'UndefinedError', 'data': {} }"
 
+#define QERR_UNSUPPORTED \
+    "{ 'class': 'Unsupported', 'data': {} }"
+
 #define QERR_UNKNOWN_BLOCK_FORMAT_FEATURE \
     "{ 'class': 'UnknownBlockFormatFeature', 'data': { 'device': %s, 'format': %s, 'feature': %s } }"
 
This page took 0.023104 seconds and 4 git commands to generate.