diff options
author | BALATON Zoltan <balaton@eik.bme.hu> | 2021-03-25 14:50:39 +0100 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2021-05-04 11:41:25 +1000 |
commit | f9f0c9e2faab18a44d9f60a8653688a8f841a909 (patch) | |
tree | fee09a7626fec8cd85e494da0cdcfdd440b7ba2e /include/hw/pci | |
parent | 2e84e107a0309073d2427dc2c400d02a554afd9d (diff) | |
download | qemu-f9f0c9e2faab18a44d9f60a8653688a8f841a909.zip qemu-f9f0c9e2faab18a44d9f60a8653688a8f841a909.tar.gz qemu-f9f0c9e2faab18a44d9f60a8653688a8f841a909.tar.bz2 |
vt82c686: Add emulation of VT8231 south bridge
Add emulation of VT8231 south bridge ISA part based on the similar
VT82C686B but implemented in a separate subclass that holds the
differences while reusing parts that can be shared.
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <10abc9f89854e7c980b9731c33d25a2e307e9c4f.1616680239.git.balaton@eik.bme.hu>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'include/hw/pci')
-rw-r--r-- | include/hw/pci/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/pci/pci_ids.h b/include/hw/pci/pci_ids.h index aa3f67e..ac0c23e 100644 --- a/include/hw/pci/pci_ids.h +++ b/include/hw/pci/pci_ids.h @@ -210,6 +210,7 @@ #define PCI_DEVICE_ID_VIA_82C686B_PM 0x3057 #define PCI_DEVICE_ID_VIA_AC97 0x3058 #define PCI_DEVICE_ID_VIA_MC97 0x3068 +#define PCI_DEVICE_ID_VIA_8231_ISA 0x8231 #define PCI_DEVICE_ID_VIA_8231_PM 0x8235 #define PCI_VENDOR_ID_MARVELL 0x11ab |