[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Minios-devel] [UNIKRAFT PATCH] plat/kvm: Automatically select Virtio PCI device for Virtio devices.



When selecting Virtio Net device or Virtio 9P, the PCI device wouldn't
be automatically selected, even if it is a strong dependency.

Signed-off-by: Stefan Teodorescu <stefanl.teodorescu@xxxxxxxxx>
---
 plat/kvm/Config.uk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/plat/kvm/Config.uk b/plat/kvm/Config.uk
index 922cb1c..20b9864 100644
--- a/plat/kvm/Config.uk
+++ b/plat/kvm/Config.uk
@@ -78,6 +78,7 @@ config VIRTIO_NET
        default n
        depends on LIBUKNETDEV
        select VIRTIO_BUS
+       select VIRTIO_PCI
        select LIBUKSGLIST
        help
               Virtual network driver.
@@ -88,6 +89,7 @@ config VIRTIO_9P
        default n
        depends on LIBUK9P
        select VIRTIO_BUS
+       select VIRTIO_PCI
        select LIBUKSGLIST
        help
               Virtio 9P driver.
-- 
2.20.1


_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.