We want this because there is no sensible way to probe whether a
restricted qemu can cope with save/restore or migration. So we will
want to disable it in flight construction (depending on Xen version,
eventually).
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
}
proc test-guest-migr {g} {
+ # guest is expected to be running and remains so
+ if {[recipe-flag nomigrate]} return
+
set to_reap [spawn-ts . = ts-migrate-support-check + host $g 1]
set can_migrate [reap-ts $to_reap]
set to_reap [spawn-ts . = ts-saverestore-support-check + host $g]