CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2025/01/14 07:32:32
Modified files: sys/dev/pv : if_vio.c Log message: vio: avoid some spurious error messages with qemu In some user mode networking configurations, qemu will offer the VIRTIO_NET_F_CTRL_GUEST_OFFLOADS feature but then reply with an error even if we configure no offload feature. Don't print an error in this case.