17 lines
470 B
Diff
17 lines
470 B
Diff
|
---
|
||
|
src/launch-appliance.c | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
Index: libguestfs-1.19.37/src/launch-appliance.c
|
||
|
===================================================================
|
||
|
--- libguestfs-1.19.37.orig/src/launch-appliance.c
|
||
|
+++ libguestfs-1.19.37/src/launch-appliance.c
|
||
|
@@ -885,6 +885,7 @@ is_openable (guestfs_h *g, const char *p
|
||
|
static int
|
||
|
qemu_supports_virtio_scsi (guestfs_h *g)
|
||
|
{
|
||
|
+ return 0;
|
||
|
int r;
|
||
|
|
||
|
/* g->app.virtio_scsi has these values:
|