Re: [Qemu-devel] [PATCH 4/4] target-sparc: Convert to VMStateDescription

2015-08-18 Thread Paolo Bonzini
On 10/08/2015 05:34, Peter Maydell wrote: > -// if env->cwp == env->nwindows - 1, this will set the ins of the last > -// window as the outs of the first window > -cpu_set_cwp(env, env->cwp); Out of curiosity, what migrates env->cwp for SPARC64? Paolo

[Qemu-devel] [PATCH 4/4] target-sparc: Convert to VMStateDescription

2015-08-10 Thread Peter Maydell
From: Juan Quintela Convert the SPARC CPU from cpu_load/save functions to VMStateDescription. Note that this is a migration compatibility break (which is OK as we don't try to support cross-version migration on SPARC). Signed-off-by: Juan Quintela [PMM: * Rebase and update to apply to master