mirror of
https://github.com/qemu/qemu.git
synced 2025-10-29 08:39:23 +00:00
This patch adds the missing hooks to allow live migration in KVM mode. It adds proper synchronization before/after saving/restoring the VCPU states (note: PPC is untested), hooks into cpu_physical_memory_set_dirty_tracking() to enable dirty memory logging at KVM level, and synchronizes that drity log into QEMU's view before running ram_live_save(). Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> |
||
|---|---|---|
| .. | ||
| cpu.h | ||
| exec.h | ||
| helper_regs.h | ||
| helper.c | ||
| helper.h | ||
| kvm_ppc.c | ||
| kvm_ppc.h | ||
| kvm.c | ||
| machine.c | ||
| mfrom_table_gen.c | ||
| mfrom_table.c | ||
| op_helper.c | ||
| STATUS | ||
| translate_init.c | ||
| translate.c | ||