openwrt/package
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
..
base-files base-files: fix duplicate wifi radio sections when using phy renaming 2023-07-17 14:33:57 +02:00
boot arm-trusted-firmware-mvebu: bump to v2.9 2023-08-26 00:11:48 +02:00
devel tracecmd: update to v3.2 2023-08-01 13:29:40 +02:00
firmware ipq807x: add support for Netgear RAX120v2 2023-08-19 17:12:46 +02:00
kernel kernel: add vhost-net module 2023-08-26 14:08:10 +02:00
libs mbedtls: Update to version 2.28.4 2023-08-11 11:03:08 +02:00
network hostapd: fix bringing up AP+STA when the new channel is on a DFS channel 2023-08-24 18:29:36 +02:00
system uci: update to git HEAD 2023-08-10 23:09:37 +02:00
utils packages: nvram: add asus,rt-ac3100 to set_wireless_led_behaviour quirk 2023-08-19 11:03:11 +02:00
Makefile