summary refs log tree commit diff stats
path: root/include/hw/pci
diff options
context:
space:
mode:
authorJamin Lin <jamin_lin@aspeedtech.com>2025-09-19 17:30:00 +0800
committerCédric Le Goater <clg@redhat.com>2025-09-29 18:00:20 +0200
commit42dd3c4f7dbceb6ea374b3fbe104781f68008e1f (patch)
tree6e0ab9c6ccf043b8d486a612c46229a7b66a00e4 /include/hw/pci
parent2057685f0b02f06ae2aec0627489421f06bc7796 (diff)
downloadfocaccia-qemu-42dd3c4f7dbceb6ea374b3fbe104781f68008e1f.tar.gz
focaccia-qemu-42dd3c4f7dbceb6ea374b3fbe104781f68008e1f.zip
hw/pci/pci_ids: Add PCI vendor ID for ASPEED
Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Link: https://lore.kernel.org/qemu-devel/20250919093017.338309-2-jamin_lin@aspeedtech.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
Diffstat (limited to 'include/hw/pci')
-rw-r--r--include/hw/pci/pci_ids.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hw/pci/pci_ids.h b/include/hw/pci/pci_ids.h
index 33e2898be9..16034aaa2c 100644
--- a/include/hw/pci/pci_ids.h
+++ b/include/hw/pci/pci_ids.h
@@ -291,4 +291,6 @@
 
 #define PCI_VENDOR_ID_NVIDIA             0x10de
 
+#define PCI_VENDOR_ID_ASPEED             0x1A03
+
 #endif