Re: [Qemu-devel] [PATCH v2 4/6] target-arm: kvm64 sync FP register state

2015-03-11 Thread Greg Bellows
On Wed, Mar 4, 2015 at 8:35 AM, Alex Bennée wrote: > For migration to work we need to sync all of the register state. This is > especially noticeable when GCC starts using FP registers as spill > registers even with integer programs. > > Signed-off-by: Alex Bennée > > diff --git a/target-arm/kvm6

[Qemu-devel] [PATCH v2 4/6] target-arm: kvm64 sync FP register state

2015-03-04 Thread Alex Bennée
For migration to work we need to sync all of the register state. This is especially noticeable when GCC starts using FP registers as spill registers even with integer programs. Signed-off-by: Alex Bennée diff --git a/target-arm/kvm64.c b/target-arm/kvm64.c index 8cf3a62..c60e989 100644 --- a/tar