mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
q35: update lpc pci config space according to configured devices
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
c177684c75
commit
3f5bc9e8af
3 changed files with 30 additions and 12 deletions
|
@ -77,18 +77,6 @@ static int ich9_smbus_initfn(PCIDevice *d)
|
|||
/* TODO? D31IP.SMIP in chipset configuration space */
|
||||
pci_config_set_interrupt_pin(d->config, 0x01); /* interrupt pin 1 */
|
||||
|
||||
pci_set_byte(d->config + ICH9_SMB_HOSTC, 0);
|
||||
|
||||
/*
|
||||
* update parameters based on
|
||||
* paralell_hds[0]
|
||||
* serial_hds[0]
|
||||
* serial_hds[0]
|
||||
* fdc
|
||||
*
|
||||
* Is there any OS that depends on them?
|
||||
*/
|
||||
|
||||
pci_set_byte(d->config + ICH9_SMB_HOSTC, 0);
|
||||
/* TODO bar0, bar1: 64bit BAR support*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue