From 8291f993b9028d233fe666d5578b255e04e17d21 Mon Sep 17 00:00:00 2001 From: Gregory Lirent Date: Fri, 26 Jul 2024 21:10:52 +0300 Subject: [PATCH] Update antidetect qemu patch --- patches/qemu/9018-antidetect-hw-smbios.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/qemu/9018-antidetect-hw-smbios.patch b/patches/qemu/9018-antidetect-hw-smbios.patch index fde7f6c..b4b2cc4 100644 --- a/patches/qemu/9018-antidetect-hw-smbios.patch +++ b/patches/qemu/9018-antidetect-hw-smbios.patch @@ -7,6 +7,6 @@ diff -Naur --no-dereference a/hw/smbios/smbios.c b/hw/smbios/smbios.c t->bios_characteristics_extension_bytes[0] = 0; - t->bios_characteristics_extension_bytes[1] = 0x14; /* TCD/SVVP | VM */ + t->bios_characteristics_extension_bytes[1] = 0x08; /* TCD/SVVP */ - if (type0.uefi) { + if (smbios_type0.uefi) { t->bios_characteristics_extension_bytes[1] |= 0x08; /* |= UEFI */ }