eab9e9629c
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQItBAABCAAXBQJYFc37EBxhbWl0QGtlcm5lbC5vcmcACgkQ6wtN/GV+9nDdqQ/9 H+di+q/zF6aOEuXRCN0ud9R81fZ7nLve3e9EbKCNZXnxN3M3+zQj0At+e/SBEoTc rRwqJmNlRX3TWViWsAYmddgtopZ9R9DWwW/VsKjS2Ng230YShrA/o20hu2dJkwl3 CN4vAObzc/gxM59NWUlMnTXOG+Z9fI1NlEf0vZ2484a59KPVIE7W1zZccT1F8MNq sfa3RlOGBchNO2Rfzrr6cFGGH7UTfWiftPs7EDOfN/YBcpld6V4DfPWdPP8r2DSX gG7D3DJuuqPxZCjl0Nm1OjaIunYfVrRpMPMeNyo1+kTVbvvhDPFjah/MSWu8XJ2c N5lSqikIAWfMbQVW9gDpQ0495eRQTWA7VIlCbwN6mqNxyBvQMA+licFq6UFFrCMp quC3gO+daz3fKvUhi23TpebbqKLHA5OZA5ZvkjGDgkKPMCJyQRBZHLb81t5xsulZ cXuzAOeRcXK9aEJvcrDgWwxzi3PN8zg74RF1ZV8gxM4DkHKohlsnbgshWqGkFh3M +S5tEPqVlOlDO9juf6rlwNnVbWhFDFEGMKjI9XMTWwVWTREbqyP86fP66h2C4qc6 34yAHi5G2i43dxzHgpHC0MpU0XenO0EYdu+8Tcx35LSBSfkOeD7pU1DeZQgbI51m ZQSnLDJqv2HVdoZT7vaIjwuhtEl84xqelFdVg+cY7Gw= =sur7 -----END PGP SIGNATURE----- Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.8' into staging Migration bits from the COLO project # gpg: Signature made Sun 30 Oct 2016 10:39:55 GMT # gpg: using RSA key 0xEB0B4DFC657EF670 # gpg: Good signature from "Amit Shah <amit@amitshah.net>" # gpg: aka "Amit Shah <amit@kernel.org>" # gpg: aka "Amit Shah <amitshah@gmx.net>" # Primary key fingerprint: 48CA 3722 5FE7 F4A8 B337 2735 1E9A 3B5F 8540 83B6 # Subkey fingerprint: CC63 D332 AB8F 4617 4529 6534 EB0B 4DFC 657E F670 * remotes/amit-migration/tags/migration-for-2.8: MAINTAINERS: Add maintainer for COLO framework related files configure: Support enable/disable COLO feature docs: Add documentation for COLO feature COLO: Implement failover work for secondary VM COLO: Implement the process of failover for primary VM COLO: Introduce state to record failover process COLO: Add 'x-colo-lost-heartbeat' command to trigger failover COLO: Synchronize PVM's state to SVM periodically COLO: Add checkpoint-delay parameter for migrate-set-parameters COLO: Load VMState into QIOChannelBuffer before restore it COLO: Send PVM state to secondary side when do checkpoint COLO: Add a new RunState RUN_STATE_COLO COLO: Introduce checkpointing protocol COLO: Establish a new communicating path for COLO migration: Switch to COLO process after finishing loadvm migration: Enter into COLO mode after migration if COLO is enabled COLO: migrate COLO related info to secondary node migration: Introduce capability 'x-colo' to migration Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
53 lines
1.5 KiB
Makefile
53 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.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
|