[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v2 5/6] Categorize devices: IGD passthrough ISA brid
From: |
Ernest Esene |
Subject: |
[Qemu-devel] [PATCH v2 5/6] Categorize devices: IGD passthrough ISA bridge |
Date: |
Wed, 27 Mar 2019 17:53:56 +0100 |
User-agent: |
Mutt/1.11.4 (2019-03-13) |
Set category for the device
Signed-off-by: Ernest Esene <address@hidden>
---
v2:
* split into separate patches
---
hw/i386/pc_piix.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c
index 8ad8e885c6..03a9cb8af3 100644
--- a/hw/i386/pc_piix.c
+++ b/hw/i386/pc_piix.c
@@ -911,6 +911,7 @@ static void isa_bridge_class_init(ObjectClass *klass, void
*data)
PCIDeviceClass *k = PCI_DEVICE_CLASS(klass);
dc->desc = "ISA bridge faked to support IGD PT";
+ set_bit(DEVICE_CATEGORY_BRIDGE, dc->categories);
k->vendor_id = PCI_VENDOR_ID_INTEL;
k->class_id = PCI_CLASS_BRIDGE_ISA;
};
--
2.14.2
signature.asc
Description: PGP signature
- [Qemu-devel] [PATCH v2 5/6] Categorize devices: IGD passthrough ISA bridge,
Ernest Esene <=