qdev: add isa_create() function
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 10 Sep 2009 09:43:29 +0000 (11:43 +0200)
committermalc <av1474@comtv.ru>
Thu, 10 Sep 2009 15:47:59 +0000 (19:47 +0400)
commit924f6d72d3787e56961498f8c97d13bf87c84a36
tree41990b4318cf64638943b22e5b8957ff3b93dd50
parent787aa97a3eae76f14696ceab5555f06d784aeeea
qdev: add isa_create() function

Like isa_create_simple, but doesn't call qdev_init, so one can set
properties after creating and before initializing the device.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/isa-bus.c
hw/isa.h