From c65e1b8a12fad7f60e1e0bee8de3a3a15911265d Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Mon, 13 Sep 2021 10:30:47 +0200 Subject: net: add virtio network driver This gives virtio-enabled boards an easy route to network connectivity: qemu-system-aarch64 -M virt -serial mon:stdio -trace file=/dev/null \ -kernel images/barebox-dt-2nd.img -cpu cortex-a57 -nographic \ -device virtio-net-device,netdev=network0 -netdev tap,id=network0,ifname=tap0 The tap0 interface created by QEMU can then be bridged/listened on. Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- Documentation/user/virtio.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/user/virtio.rst') diff --git a/Documentation/user/virtio.rst b/Documentation/user/virtio.rst index dde47d5f82..d944fa4821 100644 --- a/Documentation/user/virtio.rst +++ b/Documentation/user/virtio.rst @@ -35,7 +35,7 @@ queues configuration and buffer transfers are nearly identical. Both MMIO and non-legacy PCI are supported in barebox. The VirtIO spec defines a lots of VirtIO device types, however at present only -block, console, input and RNG devices are supported. +block, network, console, input and RNG devices are supported. Build Instructions ------------------ -- cgit v1.2.3