]> git.proxmox.com Git - mirror_qemu.git/commit
s390x/migration: migrate CPU state
authorThomas Huth <thuth@linux.vnet.ibm.com>
Tue, 30 Sep 2014 08:58:42 +0000 (10:58 +0200)
committerCornelia Huck <cornelia.huck@de.ibm.com>
Fri, 10 Oct 2014 11:31:51 +0000 (13:31 +0200)
commitef1df13087768c0ab4010355595b0e3dd91bbd3c
tree978d06e47080abb764f8f42d22f5157f64984ee1
parent71dd7e69b30dc5024a8d891e7011173a81fe7a72
s390x/migration: migrate CPU state

This patch provides the cpu save information for dumps and later life
migration and enables migration of the CPU state. The code is based on
earlier work from Christian Borntraeger and Jason Herne.

Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
[provide cpu_post_load()]
Signed-off-by: Jens Freimann <jfrei@linux.vnet.ibm.com>
CC: Andreas Faerber <afaerber@suse.de>
CC: Christian Borntraeger <borntraeger@de.ibm.com>
CC: Jason J. Herne <jjherne@us.ibm.com>
Tested-by: Christian Borntraeger <borntraeger@de.ibm.com>
[Cornelia Huck: tweaked cpu_post_load() comment]
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
target-s390x/Makefile.objs
target-s390x/cpu-qom.h
target-s390x/cpu.c
target-s390x/machine.c [new file with mode: 0644]