aboutsummaryrefslogtreecommitdiff
path: root/board-qemu
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2016-04-26 10:27:40 +0200
committerAlexey Kardashevskiy <aik@ozlabs.ru>2016-05-02 14:04:27 +1000
commit190220ae8134d1f671b2db3c7e377e81208e9a91 (patch)
tree93860d3481defc8faa035cbd7360098921bedaaf /board-qemu
parente4be3907d7f5b8f7a968bfcff84e2a05ca3cb749 (diff)
downloadSLOF-190220ae8134d1f671b2db3c7e377e81208e9a91.zip
SLOF-190220ae8134d1f671b2db3c7e377e81208e9a91.tar.gz
SLOF-190220ae8134d1f671b2db3c7e377e81208e9a91.tar.bz2
virtio: Add modern version 1.0 support to 9p driver
Allow the new little-endian ring format for the 9p driver, too, just like it has already been done for the other virtio devices. Signed-off-by: Thomas Huth <thuth@redhat.com> Nikunj A Dadhania <nikunj@linux.vnet.ibm.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_1049.fs4
2 files changed, 5 insertions, 0 deletions
diff --git a/board-qemu/slof/Makefile b/board-qemu/slof/Makefile
index a000a25..9cd6c0a 100644
--- a/board-qemu/slof/Makefile
+++ b/board-qemu/slof/Makefile
@@ -72,6 +72,7 @@ VIO_FFS_FILES = \
$(SLOFBRDDIR)/pci-device_1af4_1004.fs \
$(SLOFBRDDIR)/pci-device_1af4_1048.fs \
$(SLOFBRDDIR)/pci-device_1af4_1009.fs \
+ $(SLOFBRDDIR)/pci-device_1af4_1049.fs \
$(SLOFBRDDIR)/pci-device_1af4_1050.fs \
$(SLOFBRDDIR)/vio-hvterm.fs \
$(SLOFBRDDIR)/vio-vscsi.fs \
diff --git a/board-qemu/slof/pci-device_1af4_1049.fs b/board-qemu/slof/pci-device_1af4_1049.fs
new file mode 100644
index 0000000..5b13b19
--- /dev/null
+++ b/board-qemu/slof/pci-device_1af4_1049.fs
@@ -0,0 +1,4 @@
+
+\ Device ID 1049 is for virtio-9p non-transitional device.
+\ Include the driver for virtio-9p
+s" pci-device_1af4_1009.fs" included