]> git.proxmox.com Git - qemu.git/blobdiff - qerror.h
qmp: handle stop/cont in INMIGRATE state
[qemu.git] / qerror.h
index c91708cc3cf8e385e5b2706969dda92aef0dea60..5e98a39ae1918ebaedfd927b304f70891713bcb9 100644 (file)
--- a/qerror.h
+++ b/qerror.h
@@ -165,9 +165,6 @@ void assert_no_error(Error *err);
 #define QERR_MIGRATION_NOT_SUPPORTED \
     ERROR_CLASS_GENERIC_ERROR, "State blocked by non-migratable device '%s'"
 
-#define QERR_MIGRATION_EXPECTED \
-    ERROR_CLASS_MIGRATION_EXPECTED, "An incoming migration is expected before this command can be executed"
-
 #define QERR_MISSING_PARAMETER \
     ERROR_CLASS_GENERIC_ERROR, "Parameter '%s' is missing"