Blame 0052-qemu-add-spapr-vscsi-kernel-module.patch

Harald Hoyer 368a0c
From cce34acace5876d06946dfb1fe70004a0b5176b0 Mon Sep 17 00:00:00 2001
Harald Hoyer 368a0c
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer 368a0c
Date: Tue, 28 Jul 2015 11:55:04 +0200
Harald Hoyer 368a0c
Subject: [PATCH] qemu: add spapr-vscsi kernel module
Harald Hoyer 368a0c
Harald Hoyer 368a0c
---
Harald Hoyer 368a0c
 modules.d/90qemu/module-setup.sh | 3 ++-
Harald Hoyer 368a0c
 1 file changed, 2 insertions(+), 1 deletion(-)
Harald Hoyer 368a0c
Harald Hoyer 368a0c
diff --git a/modules.d/90qemu/module-setup.sh b/modules.d/90qemu/module-setup.sh
Harald Hoyer 368a0c
index 37972e4..66ef884 100755
Harald Hoyer 368a0c
--- a/modules.d/90qemu/module-setup.sh
Harald Hoyer 368a0c
+++ b/modules.d/90qemu/module-setup.sh
Harald Hoyer 368a0c
@@ -25,5 +25,6 @@ installkernel() {
Harald Hoyer 368a0c
         hostonly='' instmods \
Harald Hoyer 368a0c
             ata_piix ata_generic pata_acpi cdrom sr_mod ahci \
Harald Hoyer 368a0c
             virtio_blk virtio virtio_ring virtio_pci \
Harald Hoyer 368a0c
-            virtio_scsi virtio_console virtio_rng
Harald Hoyer 368a0c
+            virtio_scsi virtio_console virtio_rng \
Harald Hoyer 368a0c
+            spapr-vscsi
Harald Hoyer 368a0c
 }