diff options
| author | BALATON Zoltan | 2017-04-21 17:18:09 +0200 |
|---|---|---|
| committer | Peter Maydell | 2017-04-24 13:32:12 +0200 |
| commit | efae27848da0cf5ea5c88f0172c482b8f37b8725 (patch) | |
| tree | 560994db650d9dee39e02493c2cb094abe418995 /include/hw | |
| parent | sm501: Get rid of base address in draw_hwc_line (diff) | |
| download | qemu-efae27848da0cf5ea5c88f0172c482b8f37b8725.tar.gz qemu-efae27848da0cf5ea5c88f0172c482b8f37b8725.tar.xz qemu-efae27848da0cf5ea5c88f0172c482b8f37b8725.zip | |
sm501: Add emulation of chip connected via PCI
Only the display controller part is created automatically on PCI
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Tested-by: Aurelien Jarno <aurelien@aurel32.net>
Message-id: 647d292c6f5abba8b2a614687229949b5dcb864e.1492787889.git.balaton@eik.bme.hu
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include/hw')
| -rw-r--r-- | include/hw/pci/pci_ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/hw/pci/pci_ids.h b/include/hw/pci/pci_ids.h index d22ad8dd3b..3752ddc93a 100644 --- a/include/hw/pci/pci_ids.h +++ b/include/hw/pci/pci_ids.h @@ -207,6 +207,9 @@ #define PCI_VENDOR_ID_MARVELL 0x11ab +#define PCI_VENDOR_ID_SILICON_MOTION 0x126f +#define PCI_DEVICE_ID_SM501 0x0501 + #define PCI_VENDOR_ID_ENSONIQ 0x1274 #define PCI_DEVICE_ID_ENSONIQ_ES1370 0x5000 |
