CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/01/29 07:03:19
Modified files:
share/man/man4 : virtio.4
sys/dev/pci : virtio_pci.c
sys/dev/pv : virtiovar.h
Log message:
virtio: Prefer 1.x over 0.9
Make virtio 1.x the default if the hypervisor offers both 0.9 and 1.x.
Version 1.x is required for feature bits >= 32, as in vio(4) multiqueue.
Also be more compliant to the virtio 1.x standard, which says "Drivers
MUST match any PCI Revision ID value".
tested by bluhm@
