Update antidetect qemu patch
This commit is contained in:
parent
37e917b0cd
commit
236d47e3e7
@ -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");
|
+ s->product = g_strdup("ASUS HARDDISK");
|
||||||
}
|
}
|
||||||
scsi_realize(&s->qdev, errp);
|
scsi_realize(&s->qdev, errp);
|
||||||
out:
|
}
|
||||||
@@ -2579,7 +2579,7 @@
|
@@ -2579,7 +2579,7 @@
|
||||||
s->qdev.type = TYPE_ROM;
|
s->qdev.type = TYPE_ROM;
|
||||||
s->features |= 1 << SCSI_DISK_F_REMOVABLE;
|
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");
|
+ s->product = g_strdup("ASUS CD-ROM");
|
||||||
}
|
}
|
||||||
scsi_realize(&s->qdev, errp);
|
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
|
diff -Naur --no-dereference a/hw/scsi/spapr_vscsi.c b/hw/scsi/spapr_vscsi.c
|
||||||
--- a/hw/scsi/spapr_vscsi.c
|
--- a/hw/scsi/spapr_vscsi.c
|
||||||
+++ b/hw/scsi/spapr_vscsi.c
|
+++ b/hw/scsi/spapr_vscsi.c
|
||||||
|
Loading…
Reference in New Issue
Block a user