Re: [Qemu-devel] [PATCH v8 4/4] xilinx_zynq: machine model initial version

2012-03-01 Thread Peter Maydell
On 28 February 2012 07:40, Peter A. G. Crosthwaite wrote: > +static const VMStateDescription vmstate_zynq_slcr = { > +    .name = "zynq_slcr", > +    .unmigratable = 1, > +}; No reason to make this unmigratable rather than just putting in the vmstate fields. Otherwise looks OK. -- PMM

[Qemu-devel] [PATCH v8 4/4] xilinx_zynq: machine model initial version

2012-02-27 Thread Peter A. G. Crosthwaite
Xilinx zynq-7000 machine model. Also includes device model for the zynq-specific system level control register (SLCR) module. Signed-off-by: Peter A. G. Crosthwaite Acked-by: Edgar E. Iglesias --- changed from v7: removed (non-functional) SMP support removed pflash #ifery renamed zynq_arm_sysctl