|
@@ -3585,6 +3585,15 @@ be used to change settings (such as migration parameters) prior to issuing
|
|
the migrate_incoming to allow the migration to begin.
|
|
the migrate_incoming to allow the migration to begin.
|
|
ETEXI
|
|
ETEXI
|
|
|
|
|
|
|
|
+DEF("only-migratable", 0, QEMU_OPTION_only_migratable, \
|
|
|
|
+ "-only-migratable allow only migratable devices\n", QEMU_ARCH_ALL)
|
|
|
|
+STEXI
|
|
|
|
+@item -only-migratable
|
|
|
|
+@findex -only-migratable
|
|
|
|
+Only allow migratable devices. Devices will not be allowed to enter an
|
|
|
|
+unmigratable state.
|
|
|
|
+ETEXI
|
|
|
|
+
|
|
DEF("nodefaults", 0, QEMU_OPTION_nodefaults, \
|
|
DEF("nodefaults", 0, QEMU_OPTION_nodefaults, \
|
|
"-nodefaults don't create default devices\n", QEMU_ARCH_ALL)
|
|
"-nodefaults don't create default devices\n", QEMU_ARCH_ALL)
|
|
STEXI
|
|
STEXI
|