Re: [Qemu-devel] [PATCH 0/2] support migration/save/load on AArch64 CPUs

2014-12-09 Thread Peter Maydell
On 9 December 2014 at 11:07, Pranavkumar Sawargaonkar wrote: > Thanks for the patch. > I have applied this patch and called cpu_synchronize_state() to get > sctlr_el1 value in env->cp15.c1_sys during virtio endianness > determination while ARM64 guest was booting , but value getting read > is 0.

Re: [Qemu-devel] [PATCH 0/2] support migration/save/load on AArch64 CPUs

2014-12-09 Thread Pranavkumar Sawargaonkar
Hi PMM, On 5 December 2014 at 19:41, Peter Maydell wrote: > These patches implement support for migration/save/load on AArch64 > CPUs. The first one from Alex (with some mangling from me) just > moves the sysreg sync code we have for 32-bit across to 64-bit. > The second fills in the gaps in the

[Qemu-devel] [PATCH 0/2] support migration/save/load on AArch64 CPUs

2014-12-05 Thread Peter Maydell
These patches implement support for migration/save/load on AArch64 CPUs. The first one from Alex (with some mangling from me) just moves the sysreg sync code we have for 32-bit across to 64-bit. The second fills in the gaps in the main CPU vmstate struct. Notes: * currently doing 'from cold' inco