]> git.proxmox.com Git - mirror_qemu.git/commit
s390x: move fpu regs into a subsection of the vmstate
authorDavid Hildenbrand <dahi@linux.vnet.ibm.com>
Mon, 30 Mar 2015 11:22:47 +0000 (13:22 +0200)
committerCornelia Huck <cornelia.huck@de.ibm.com>
Fri, 8 May 2015 08:36:19 +0000 (10:36 +0200)
commit46c804def4bda2491c546e8e33b86fe4981e4b68
tree1f9edc4157f65f3959608088614097766e12bb49
parent1191c94963f36b3f9631fcd1ec2e9296631b407e
s390x: move fpu regs into a subsection of the vmstate

Let's move the floating point registers into a seperate subsection and
bump up the version id. This cleans up the current vmstate and will
allow for a future extension with vector registers in a compatible way.

This patch is based on a patch from Eric Farman.

Reviewed-by: Eric Farman <farman@linux.vnet.ibm.com>
Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
target-s390x/machine.c