forked from pool/libguestfs
Olaf Hering
c2a0a43dd0
because 12.1 and older kernels do not have virtio_scsi yet OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=53
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:
|