]> git.proxmox.com Git - qemu.git/blobdiff - qerror.h
win32: Add missing function setenv
[qemu.git] / qerror.h
index 9ad00b4b82fbe60aea34ef2e81158945ec293fa3..62802ea08f58081a34f7b36a8187b883644a05ac 100644 (file)
--- a/qerror.h
+++ b/qerror.h
@@ -121,6 +121,9 @@ QError *qobject_to_qerror(const QObject *obj);
 #define QERR_KVM_MISSING_CAP \
     "{ 'class': 'KVMMissingCap', 'data': { 'capability': %s, 'feature': %s } }"
 
+#define QERR_MIGRATION_EXPECTED \
+    "{ 'class': 'MigrationExpected', 'data': {} }"
+
 #define QERR_MISSING_PARAMETER \
     "{ 'class': 'MissingParameter', 'data': { 'name': %s } }"