hexware-kernel/patches/qemu/9015-antidetect-hw-pci.patch
2024-07-26 03:09:31 +03:00

12 lines
539 B
Diff

diff -Naur --no-dereference a/hw/pci-host/gpex.c b/hw/pci-host/gpex.c
--- a/hw/pci-host/gpex.c 2023-07-04 11:03:21.619219295 +0000
+++ b/hw/pci-host/gpex.c 2023-07-04 11:39:20.301679934 +0000
@@ -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;