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