commit | bfa6dfd070f0cb5be37ae3bd6b90bdd67849c311 | [log] [tgz] |
---|---|---|
author | Markus Armbruster <armbru@redhat.com> | Thu Nov 28 17:26:59 2013 +0100 |
committer | Andreas Färber <afaerber@suse.de> | Mon Dec 23 00:27:23 2013 +0100 |
tree | e2444fc55a12e1d9b57e9e04c5ad082509862069 | |
parent | 08c58f92f66dcf0a9097c3a6a65bcc4ffd71268f [diff] |
ich9: Document why cannot_instantiate_with_device_add_yet An ICH9 southbridge contains several PCI devices, some of them with multiple functions. We model each function as a separate qdev. Two of them need some special wiring set up in pc_q35_init() to work: the LPC controller at 00:1f.0, and the SMBus controller at 00:1f.3. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Andreas Färber <afaerber@suse.de>