Re: [Qemu-devel] [PATCH v5 04/15] ssi: Added create_slave_no_init()

2012-08-06 Thread Peter Maydell
On 6 August 2012 03:16, Peter A. G. Crosthwaite peter.crosthwa...@petalogix.com wrote: Slave creation function that can be used to create an SSI slave without qdev_init() being called. This give machine models a change to set properties. Not convinced about this one -- I think that if machine

Re: [Qemu-devel] [PATCH v5 04/15] ssi: Added create_slave_no_init()

2012-08-06 Thread Peter Crosthwaite
On Mon, Aug 6, 2012 at 7:29 PM, Peter Maydell peter.mayd...@linaro.org wrote: On 6 August 2012 03:16, Peter A. G. Crosthwaite peter.crosthwa...@petalogix.com wrote: Slave creation function that can be used to create an SSI slave without qdev_init() being called. This give machine models a

[Qemu-devel] [PATCH v5 04/15] ssi: Added create_slave_no_init()

2012-08-05 Thread Peter A. G. Crosthwaite
Slave creation function that can be used to create an SSI slave without qdev_init() being called. This give machine models a change to set properties. Signed-off-by: Peter A. G. Crosthwaite peter.crosthwa...@petalogix.com --- hw/ssi.c |9 +++-- hw/ssi.h |1 + 2 files changed, 8