[SLOF] [PATCH 1/3] virtio: Set a proper name for virtio-9p device tree nodes

Thomas Huth thuth at redhat.com
Tue Apr 26 18:27:39 AEST 2016


The virtio-9p devices currently show up as "unknown-legacy-device"
in the device tree. We've got a driver for this device, so it is
certainly not "unknown", i.e. let's use a better name here instead.

Signed-off-by: Thomas Huth <thuth at redhat.com>
---
 board-qemu/slof/pci-device_1af4_1009.fs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/board-qemu/slof/pci-device_1af4_1009.fs b/board-qemu/slof/pci-device_1af4_1009.fs
index 9c8be24..ee813f9 100644
--- a/board-qemu/slof/pci-device_1af4_1009.fs
+++ b/board-qemu/slof/pci-device_1af4_1009.fs
@@ -15,6 +15,7 @@
 s" virtio [ network ]" type cr
 
 my-space pci-device-generic-setup
+s" virtio-9p" device-name
 
 pci-master-enable
 pci-mem-enable
-- 
1.8.3.1



More information about the SLOF mailing list