aboutsummaryrefslogtreecommitdiff
path: root/qapi/migration.json
diff options
context:
space:
mode:
authorSteve Sistare <steven.sistare@oracle.com>2024-02-22 09:28:40 -0800
committerPeter Xu <peterx@redhat.com>2024-02-28 11:31:28 +0800
commitcbdafc1b348b9a9dd6e0e6c82ff3e281c93205fe (patch)
tree36ff817b224d2fb21efdf61e8167a32671ab68a5 /qapi/migration.json
parentce5db1cb49538d9e07e5bb8ca11e9c9ceb1fce50 (diff)
downloadqemu-cbdafc1b348b9a9dd6e0e6c82ff3e281c93205fe.zip
qemu-cbdafc1b348b9a9dd6e0e6c82ff3e281c93205fe.tar.gz
qemu-cbdafc1b348b9a9dd6e0e6c82ff3e281c93205fe.tar.bz2
migration: options incompatible with cpr
Fail the migration request if options are set that are incompatible with cpr. Signed-off-by: Steve Sistare <steven.sistare@oracle.com> Reviewed-by: Peter Xu <peterx@redhat.com> Link: https://lore.kernel.org/r/1708622920-68779-15-git-send-email-steven.sistare@oracle.com Signed-off-by: Peter Xu <peterx@redhat.com>
Diffstat (limited to 'qapi/migration.json')
-rw-r--r--qapi/migration.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/qapi/migration.json b/qapi/migration.json
index bee5e71..0b33a71 100644
--- a/qapi/migration.json
+++ b/qapi/migration.json
@@ -657,6 +657,8 @@
# shared backend must be be non-volatile across reboot, such as by backing
# it with a dax device.
#
+# cpr-reboot may not be used with postcopy, colo, or background-snapshot.
+#
# (since 8.2)
##
{ 'enum': 'MigMode',