hexware-kernel/patches/qemu/9015-antidetect-hw-pci.patch

13 lines
468 B
Diff
Raw Normal View History

2024-07-26 03:09:31 +03:00
diff -Naur --no-dereference a/hw/pci-host/gpex.c b/hw/pci-host/gpex.c
2024-07-26 20:24:42 +03:00
--- a/hw/pci-host/gpex.c
+++ b/hw/pci-host/gpex.c
2024-07-26 03:09:31 +03:00
@@ -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;
2024-07-26 21:02:38 +03:00
k->device_id = PCI_DEVICE_ID_REDHAT_PCIE_HOST;