Message ID | 1461659261-26783-2-git-send-email-thuth@redhat.com |
---|---|
State | Accepted |
Headers | show |
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
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@redhat.com> --- board-qemu/slof/pci-device_1af4_1009.fs | 1 + 1 file changed, 1 insertion(+)