12 lines
467 B
Diff
12 lines
467 B
Diff
diff -Naur --no-dereference a/hw/pci-host/gpex.c b/hw/pci-host/gpex.c
|
|
--- a/hw/pci-host/gpex.c
|
|
+++ b/hw/pci-host/gpex.c
|
|
@@ -219,7 +219,7 @@
|
|
DeviceClass *dc = DEVICE_CLASS(klass);
|
|
|
|
set_bit(DEVICE_CATEGORY_BRIDGE, dc->categories);
|
|
- dc->desc = "QEMU generic PCIe host bridge";
|
|
+ dc->desc = "ASUS generic PCIe host bridge";
|
|
dc->vmsd = &vmstate_gpex_root;
|
|
k->vendor_id = PCI_VENDOR_ID_REDHAT;
|
|
k->device_id = PCI_DEVICE_ID_REDHAT_PCIE_HOST;
|