]> git.proxmox.com Git - mirror_qemu.git/commit
sysbus: Set cannot_instantiate_with_device_add_yet
authorMarkus Armbruster <armbru@redhat.com>
Thu, 28 Nov 2013 16:26:55 +0000 (17:26 +0100)
committerAndreas Färber <afaerber@suse.de>
Sun, 22 Dec 2013 23:27:22 +0000 (00:27 +0100)
commit837d37167dc446af8a91189108b363c04609e296
treec27d46dfca68603ff656476e139d2afc9c7ba260
parentefec3dd631d94160288392721a5f9c39e50fb2bc
sysbus: Set cannot_instantiate_with_device_add_yet

device_add plugs devices into suitable bus.  For "real" buses, that
actually connects the device.  For sysbus, the connections need to be
made separately, and device_add can't do that.  The device would be
left unconnected, and could not possibly work.

Quite a few, but not all sysbus devices already set
cannot_instantiate_with_device_add_yet in their class init function.

Set it in their abstract base's class init function
sysbus_device_class_init(), and remove the now redundant assignments
from device class init functions.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Marcel Apfelbaum <marcel.a@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
28 files changed:
hw/alpha/typhoon.c
hw/arm/versatilepb.c
hw/audio/pl041.c
hw/core/sysbus.c
hw/display/pl110.c
hw/dma/pl080.c
hw/i386/kvm/clock.c
hw/i386/kvmvapic.c
hw/intc/arm_gic.c
hw/intc/arm_gic_common.c
hw/intc/arm_gic_kvm.c
hw/intc/ioapic_common.c
hw/intc/pl190.c
hw/isa/isa-bus.c
hw/misc/arm_l2x0.c
hw/nvram/fw_cfg.c
hw/pci-host/bonito.c
hw/pci-host/grackle.c
hw/pci-host/piix.c
hw/pci-host/prep.c
hw/ppc/spapr_vio.c
hw/s390x/ipl.c
hw/s390x/s390-virtio-bus.c
hw/s390x/virtio-ccw.c
hw/sd/pl181.c
hw/timer/arm_mptimer.c
hw/timer/hpet.c
hw/timer/pl031.c