From 9d989ede0342b0fb6c4095994bbd581f78a3688c Mon Sep 17 00:00:00 2001 From: Gregory Lirent Date: Fri, 26 Jul 2024 20:38:38 +0300 Subject: [PATCH] Update antidetect qemu patch --- patches/qemu/9008-antidetect-hw-i386.patch | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/patches/qemu/9008-antidetect-hw-i386.patch b/patches/qemu/9008-antidetect-hw-i386.patch index a3b3e05..e0b56fe 100644 --- a/patches/qemu/9008-antidetect-hw-i386.patch +++ b/patches/qemu/9008-antidetect-hw-i386.patch @@ -42,9 +42,7 @@ diff -Naur --no-dereference a/hw/i386/pc_q35.c b/hw/i386/pc_q35.c 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; +@@ -498,5 +498,5 @@ - m->family = "pc_piix"; - m->desc = "Standard PC (i440FX + PIIX, 1996)";