Re: [Qemu-devel] [PATCH 13/25] vmstate: port ppc cpu

2011-10-31 Thread Juan Quintela
Alexander Graf wrote: > On 25.10.2011, at 16:00, Juan Quintela wrote: > >> Added sdr1_vmstate because storing the value requires calling >> ppc_store_sdr1(). >> The position when the function is called also changes (I think it is save). > > Thanks for converting this. I'm fairly sure that vmsave

Re: [Qemu-devel] [PATCH 13/25] vmstate: port ppc cpu

2011-10-30 Thread Alexander Graf
On 25.10.2011, at 16:00, Juan Quintela wrote: > Added sdr1_vmstate because storing the value requires calling > ppc_store_sdr1(). > The position when the function is called also changes (I think it is save). Thanks for converting this. I'm fairly sure that vmsave is broken atm anyways and that

[Qemu-devel] [PATCH 13/25] vmstate: port ppc cpu

2011-10-25 Thread Juan Quintela
Added sdr1_vmstate because storing the value requires calling ppc_store_sdr1(). The position when the function is called also changes (I think it is save). Signed-off-by: Juan Quintela CC: Alexander Graf --- target-ppc/cpu.h |4 +- target-ppc/machine.c | 245 ++-