]> Git Repo - qemu.git/commit
vt82c686: Clean up use of cannot_instantiate_with_device_add_yet
authorMarkus Armbruster <[email protected]>
Thu, 28 Nov 2013 16:27:01 +0000 (17:27 +0100)
committerAndreas Färber <[email protected]>
Sun, 22 Dec 2013 23:27:23 +0000 (00:27 +0100)
commit04916ee9fb8ff4be4d9f612b85aef009ec57b0b4
tree19bb7ecdb6c0104c2c073c1d699aaad7f163274c
parent81aab2ff1118a4de8fd92ae89380ccfbc2870574
vt82c686: Clean up use of cannot_instantiate_with_device_add_yet

A VT82C686B southbridge has multiple functions.  We model each
function as a separate qdev.  One of them need some special wiring set
up in mips_fulong2e_init() to work: the ISA bridge at 05.0.

The IDE controller at 05.1 (via-ide) has always had
cannot_instantiate_with_device_add_yet set, but there is no obvious
reason why device_add could not work for them.  Drop it.

Signed-off-by: Markus Armbruster <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Andreas Färber <[email protected]>
hw/ide/via.c
hw/isa/vt82c686.c
This page took 0.028414 seconds and 4 git commands to generate.