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