qemu-e2k/hw/mips
Markus Armbruster 08c58f92f6 pci-host: Consistently set cannot_instantiate_with_device_add_yet
Many PCI host bridges consist of a sysbus device and a PCI device.
You need both for the thing to work.  Arguably, these bridges should
be modelled as a single, composite devices instead of pairs of
seemingly independent devices you can only use together, but we're not
there, yet.

Since the sysbus part can't be instantiated with device_add, yet,
permitting it with the PCI part is useless.  We shouldn't offer
useless options to the user, so let's set
cannot_instantiate_with_device_add_yet for them.

It's already set for Bonito, Grackle, i440FX and Raven.  Document why.

Set it for the others: dec-21154, e500-host-bridge, gt64120_pci, mch,
pbm-pci, ppc4xx-host-bridge, sh_pci_host, u3-agp, uni-north-agp,
uni-north-internal-pci, uni-north-pci, and versatile_pci_host.

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>
2013-12-23 00:27:23 +01:00
..
Makefile.objs hw: move PCI bridges to hw/pci-* or hw/ARCH 2013-04-08 18:13:14 +02:00
addr.c hw: move headers to include/ 2013-04-08 18:13:10 +02:00
cputimer.c aio / timers: Switch entire codebase to the new timer API 2013-08-22 19:14:24 +02:00
gt64xxx_pci.c pci-host: Consistently set cannot_instantiate_with_device_add_yet 2013-12-23 00:27:23 +01:00
mips_fulong2e.c hw: Clean up bogus default boot order 2013-08-28 10:16:47 +03:00
mips_int.c hw: move headers to include/ 2013-04-08 18:13:10 +02:00
mips_jazz.c mips jazz: do not raise data bus exception when accessing invalid addresses 2013-11-21 07:55:54 -08:00
mips_malta.c mips_malta: support up to 2GiB RAM 2013-09-09 18:42:22 +02:00
mips_mipssim.c mips_mipssim: Silence BIOS loading warning for qtest 2013-11-05 17:47:28 +01:00
mips_r4k.c hw: Clean up bogus default boot order 2013-08-28 10:16:47 +03:00