From 09ffa85e2abef6fe3ad6d1c2327aed7b5d9dfe19 Mon Sep 17 00:00:00 2001 From: Gregory Lirent Date: Fri, 26 Jul 2024 20:34:45 +0300 Subject: [PATCH] Update antidetect qemu patch --- patches/qemu/9008-antidetect-hw-i386.patch | 26 +++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/patches/qemu/9008-antidetect-hw-i386.patch b/patches/qemu/9008-antidetect-hw-i386.patch index 9e6c8f5..a3b3e05 100644 --- a/patches/qemu/9008-antidetect-hw-i386.patch +++ b/patches/qemu/9008-antidetect-hw-i386.patch @@ -26,19 +26,6 @@ diff -Naur --no-dereference a/hw/i386/acpi-build.c b/hw/i386/acpi-build.c sb_scope = aml_scope("\\_SB"); { Object *pci_host = acpi_get_i386_pci_host(); -diff -Naur --no-dereference a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c ---- a/hw/i386/pc_piix.c -+++ b/hw/i386/pc_piix.c -@@ -496,7 +496,7 @@ - pcmc->pci_root_uid = 0; - pcmc->default_cpu_version = 1; - -- m->family = "pc_piix"; -- m->desc = "Standard PC (i440FX + PIIX, 1996)"; -+ m->family = "ASUS"; -+ m->desc = "M4A88TD-M"; - m->default_machine_opts = "firmware=bios-256k.bin"; - m->default_display = "std"; diff -Naur --no-dereference a/hw/i386/pc_q35.c b/hw/i386/pc_q35.c --- a/hw/i386/pc_q35.c +++ b/hw/i386/pc_q35.c @@ -52,3 +39,16 @@ diff -Naur --no-dereference a/hw/i386/pc_q35.c b/hw/i386/pc_q35.c m->units_per_default_bus = 1; m->default_machine_opts = "firmware=bios-256k.bin"; m->default_display = "std"; +diff -Naur --no-dereference a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c +--- a/hw/i386/pc_piix.c ++++ b/hw/i386/pc_piix.c +@@ -496,7 +496,7 @@ + pcmc->pci_root_uid = 0; + pcmc->default_cpu_version = 1; + +- m->family = "pc_piix"; +- m->desc = "Standard PC (i440FX + PIIX, 1996)"; ++ m->family = "ASUS"; ++ m->desc = "M4A88TD-M"; + m->default_machine_opts = "firmware=bios-256k.bin"; + m->default_display = "std";