aboutsummaryrefslogtreecommitdiff
path: root/board-qemu
diff options
context:
space:
mode:
authorNikunj A Dadhania <nikunj@linux.vnet.ibm.com>2016-02-10 14:35:08 +0530
committerAlexey Kardashevskiy <aik@ozlabs.ru>2016-02-11 12:44:27 +1100
commitd8296da8960a3d469c41c95b93d2ac0e629755df (patch)
treec4aeff09f955ad98a6a3fbb5bf7a1ec2fbd392e1 /board-qemu
parent7cceb478f55e0c83ef517be3c23486f39d2adb4a (diff)
downloadSLOF-d8296da8960a3d469c41c95b93d2ac0e629755df.zip
SLOF-d8296da8960a3d469c41c95b93d2ac0e629755df.tar.gz
SLOF-d8296da8960a3d469c41c95b93d2ac0e629755df.tar.bz2
virtio-scsi: enable virtio 1.0
Also add a device file for non-transitional pci device id: 0x1048 Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Diffstat (limited to 'board-qemu')
-rw-r--r--board-qemu/slof/Makefile1
-rw-r--r--board-qemu/slof/pci-device_1af4_1048.fs15
2 files changed, 16 insertions, 0 deletions
diff --git a/board-qemu/slof/Makefile b/board-qemu/slof/Makefile
index 44706b1..a000a25 100644
--- a/board-qemu/slof/Makefile
+++ b/board-qemu/slof/Makefile
@@ -70,6 +70,7 @@ VIO_FFS_FILES = \
$(SLOFBRDDIR)/pci-device_1af4_1001.fs \
$(SLOFBRDDIR)/pci-device_1af4_1042.fs \
$(SLOFBRDDIR)/pci-device_1af4_1004.fs \
+ $(SLOFBRDDIR)/pci-device_1af4_1048.fs \
$(SLOFBRDDIR)/pci-device_1af4_1009.fs \
$(SLOFBRDDIR)/pci-device_1af4_1050.fs \
$(SLOFBRDDIR)/vio-hvterm.fs \
diff --git a/board-qemu/slof/pci-device_1af4_1048.fs b/board-qemu/slof/pci-device_1af4_1048.fs
new file mode 100644
index 0000000..055ad89
--- /dev/null
+++ b/board-qemu/slof/pci-device_1af4_1048.fs
@@ -0,0 +1,15 @@
+\ *****************************************************************************
+\ * Copyright (c) 2016 IBM Corporation
+\ * All rights reserved.
+\ * This program and the accompanying materials
+\ * are made available under the terms of the BSD License
+\ * which accompanies this distribution, and is available at
+\ * http://www.opensource.org/licenses/bsd-license.php
+\ *
+\ * Contributors:
+\ * IBM Corporation - initial implementation
+\ ****************************************************************************/
+
+\ Device ID 1048 is for virtio-scsi non-transitional device.
+\ Include the driver for virtio-scsi
+s" pci-device_1af4_1004.fs" included