Mathew McBride d188db8aed kernel: add vhost-net module
vhost-net is used to accelerate traffic to virtualisation
guests that use the virtio-net network card in QEMU.

Generally it is invoked by specifying "vhost=on" to a
QEMU -netdev device:

qemu-system-aarch64 -nographic -M virt -cpu host \
        --enable-kvm -bios u-boot.bin -smp 1 -m 2048 \
        -drive file=openwrt-armsr-armv8.img,format=raw,index=0,media=disk \
        -device "virtio-net,netdev=landev,disable-legacy=off,disable-modern=off" \
        -netdev "tap,id=landev,helper=/usr/lib/qemu-bridge-helper --br=br-lan,vhost=on"

Signed-off-by: Mathew McBride <matt@traverse.com.au>
2023-08-26 14:08:10 +02:00
..
2023-07-26 12:20:32 +02:00
2018-02-13 11:48:49 +01:00
2023-07-05 20:32:37 +02:00
2023-07-04 23:00:11 +02:00
2023-07-04 23:00:11 +02:00
2023-05-22 22:28:20 +02:00
2023-05-22 22:28:20 +02:00
2023-06-16 11:11:08 +02:00
2023-08-26 14:08:10 +02:00
2020-08-21 11:46:13 +02:00