From 74687e40b0406a0863234ca011c3cba7720864b0 Mon Sep 17 00:00:00 2001 From: "Peter A. G. Crosthwaite" Date: Tue, 24 Jul 2012 13:56:27 +1000 Subject: ssi: Added create_slave_no_init() Slave creation function that can be used to create an SSI slave without qdev_init() being called. This give machine models a chance to set properties. Signed-off-by: Peter A. G. Crosthwaite Acked-by: Peter Maydell --- hw/ssi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/ssi.h') diff --git a/hw/ssi.h b/hw/ssi.h index 65b159dcab..2bde9f5b44 100644 --- a/hw/ssi.h +++ b/hw/ssi.h @@ -76,6 +76,7 @@ extern const VMStateDescription vmstate_ssi_slave; } DeviceState *ssi_create_slave(SSIBus *bus, const char *name); +DeviceState *ssi_create_slave_no_init(SSIBus *bus, const char *name); /* Master interface. */ SSIBus *ssi_create_bus(DeviceState *parent, const char *name); -- cgit v1.2.3