Re: [Qemu-devel] [PATCH v4 2/2] Add support for Zipit Z2 machine

2011-06-24 Thread Peter Maydell
On 24 June 2011 18:06, Vasily Khoruzhick wrote: > On Friday 24 June 2011 17:45:06 Peter Maydell wrote: >> Have you tried vmload/vmsave, by the way? (I don't know if all the >> devices the pxa2xx uses have save/load support implemented, it >> would be interesting to check if you haven't already.) >

Re: [Qemu-devel] [PATCH v4 2/2] Add support for Zipit Z2 machine

2011-06-24 Thread Vasily Khoruzhick
On Friday 24 June 2011 17:45:06 Peter Maydell wrote: > On 17 June 2011 11:04, Vasily Khoruzhick wrote: > > Zipit Z2 is small PXA270 based handheld. > > > > Signed-off-by: Vasily Khoruzhick > > These patches are affected by the bug in current qemu master > which breaks cpu_physical_memory_map()

Re: [Qemu-devel] [PATCH v4 2/2] Add support for Zipit Z2 machine

2011-06-24 Thread Peter Maydell
On 17 June 2011 11:04, Vasily Khoruzhick wrote: > Zipit Z2 is small PXA270 based handheld. > > Signed-off-by: Vasily Khoruzhick These patches are affected by the bug in current qemu master which breaks cpu_physical_memory_map() so I haven't tested them yet. Some minor nitpicks (nearly there now)

Re: [Qemu-devel] [PATCH v4 2/2] Add support for Zipit Z2 machine

2011-06-21 Thread Vasily Khoruzhick
On Friday 17 June 2011 13:04:37 Vasily Khoruzhick wrote: > Zipit Z2 is small PXA270 based handheld. Ping > Signed-off-by: Vasily Khoruzhick > --- > v2: codestyle fixes, added VMStateDescription for LCD device and AER915, > traces clean up. > v3: no changes > v4: no changes > Makefile.target

[Qemu-devel] [PATCH v4 2/2] Add support for Zipit Z2 machine

2011-06-17 Thread Vasily Khoruzhick
Zipit Z2 is small PXA270 based handheld. Signed-off-by: Vasily Khoruzhick --- v2: codestyle fixes, added VMStateDescription for LCD device and AER915, traces clean up. v3: no changes v4: no changes Makefile.target |1 + hw/z2.c | 352 +