From 3c5a444a8655158899284ff5688e20348304e2ea Mon Sep 17 00:00:00 2001 From: Gregory Lirent Date: Fri, 26 Jul 2024 21:08:18 +0300 Subject: [PATCH] Update antidetect qemu patch --- patches/qemu/9017-antidetect-hw-scsi.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/qemu/9017-antidetect-hw-scsi.patch b/patches/qemu/9017-antidetect-hw-scsi.patch index fac8a71..d28aeec 100644 --- a/patches/qemu/9017-antidetect-hw-scsi.patch +++ b/patches/qemu/9017-antidetect-hw-scsi.patch @@ -62,7 +62,7 @@ diff -Naur --no-dereference a/hw/scsi/scsi-disk.c b/hw/scsi/scsi-disk.c + s->product = g_strdup("ASUS CD-ROM"); } scsi_realize(&s->qdev, errp); -} + } diff -Naur --no-dereference a/hw/scsi/spapr_vscsi.c b/hw/scsi/spapr_vscsi.c --- a/hw/scsi/spapr_vscsi.c +++ b/hw/scsi/spapr_vscsi.c