From: Jamin Lin Date: Fri, 19 Sep 2025 09:30:00 +0000 (+0800) Subject: hw/pci/pci_ids: Add PCI vendor ID for ASPEED X-Git-Tag: v10.2.0-rc1~88^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42dd3c4f7dbceb6ea374b3fbe104781f68008e1f;p=thirdparty%2Fqemu.git hw/pci/pci_ids: Add PCI vendor ID for ASPEED Signed-off-by: Jamin Lin Reviewed-by: Cédric Le Goater Link: https://lore.kernel.org/qemu-devel/20250919093017.338309-2-jamin_lin@aspeedtech.com Signed-off-by: Cédric Le Goater --- diff --git a/include/hw/pci/pci_ids.h b/include/hw/pci/pci_ids.h index 33e2898be95..16034aaa2c7 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