35a6ed4f71
We add helper function colo_supported() to indicate whether colo is supported or not, with which we use to control whether or not showing 'x-colo' string to users, they can use qmp command 'query-migrate-capabilities' or hmp command 'info migrate_capabilities' to learn if colo is supported. The default value for COLO (COarse-Grain LOck Stepping) is disabled. Cc: Juan Quintela <quintela@redhat.com> Cc: Amit Shah <amit.shah@redhat.com> Cc: Eric Blake <eblake@redhat.com> Cc: Markus Armbruster <armbru@redhat.com> Signed-off-by: zhanghailiang <zhang.zhanghailiang@huawei.com> Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com> Signed-off-by: Gonglei <arei.gonglei@huawei.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Amit Shah <amit@amitshah.net>
52 lines
1.5 KiB
Makefile
52 lines
1.5 KiB
Makefile
stub-obj-y += arch-query-cpu-def.o
|
|
stub-obj-y += arch-query-cpu-model-expansion.o
|
|
stub-obj-y += arch-query-cpu-model-comparison.o
|
|
stub-obj-y += arch-query-cpu-model-baseline.o
|
|
stub-obj-y += bdrv-next-monitor-owned.o
|
|
stub-obj-y += blk-commit-all.o
|
|
stub-obj-y += blockdev-close-all-bdrv-states.o
|
|
stub-obj-y += clock-warp.o
|
|
stub-obj-y += cpu-get-clock.o
|
|
stub-obj-y += cpu-get-icount.o
|
|
stub-obj-y += dump.o
|
|
stub-obj-y += fdset-add-fd.o
|
|
stub-obj-y += fdset-find-fd.o
|
|
stub-obj-y += fdset-get-fd.o
|
|
stub-obj-y += fdset-remove-fd.o
|
|
stub-obj-y += gdbstub.o
|
|
stub-obj-y += get-fd.o
|
|
stub-obj-y += get-next-serial.o
|
|
stub-obj-y += get-vm-name.o
|
|
stub-obj-y += iothread-lock.o
|
|
stub-obj-y += is-daemonized.o
|
|
stub-obj-y += machine-init-done.o
|
|
stub-obj-y += migr-blocker.o
|
|
stub-obj-y += mon-is-qmp.o
|
|
stub-obj-y += mon-printf.o
|
|
stub-obj-y += monitor-init.o
|
|
stub-obj-y += notify-event.o
|
|
stub-obj-y += qtest.o
|
|
stub-obj-y += replay.o
|
|
stub-obj-y += replay-user.o
|
|
stub-obj-y += reset.o
|
|
stub-obj-y += runstate-check.o
|
|
stub-obj-y += set-fd-handler.o
|
|
stub-obj-y += slirp.o
|
|
stub-obj-y += sysbus.o
|
|
stub-obj-y += trace-control.o
|
|
stub-obj-y += uuid.o
|
|
stub-obj-y += vm-stop.o
|
|
stub-obj-y += vmstate.o
|
|
stub-obj-$(CONFIG_WIN32) += fd-register.o
|
|
stub-obj-y += cpus.o
|
|
stub-obj-y += kvm.o
|
|
stub-obj-y += qmp_pc_dimm_device_list.o
|
|
stub-obj-y += target-monitor-defs.o
|
|
stub-obj-y += target-get-monitor-def.o
|
|
stub-obj-y += vhost.o
|
|
stub-obj-y += iohandler.o
|
|
stub-obj-y += smbios_type_38.o
|
|
stub-obj-y += ipmi.o
|
|
stub-obj-y += pc_madt_cpu_entry.o
|
|
stub-obj-y += migration-colo.o
|