From 236d47e3e74629a816390f0dcd54515dc1e812a5 Mon Sep 17 00:00:00 2001 From: Gregory Lirent Date: Fri, 26 Jul 2024 21:06:02 +0300 Subject: [PATCH] Update antidetect qemu patch --- patches/qemu/9017-antidetect-hw-scsi.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/qemu/9017-antidetect-hw-scsi.patch b/patches/qemu/9017-antidetect-hw-scsi.patch index e1f2750..fac8a71 100644 --- a/patches/qemu/9017-antidetect-hw-scsi.patch +++ b/patches/qemu/9017-antidetect-hw-scsi.patch @@ -53,7 +53,7 @@ diff -Naur --no-dereference a/hw/scsi/scsi-disk.c b/hw/scsi/scsi-disk.c + s->product = g_strdup("ASUS HARDDISK"); } scsi_realize(&s->qdev, errp); - out: + } @@ -2579,7 +2579,7 @@ s->qdev.type = TYPE_ROM; s->features |= 1 << SCSI_DISK_F_REMOVABLE; @@ -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); - aio_context_release(ctx); +} 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