CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2025/08/08 07:36:04
Modified files: usr.sbin/vmd : virtio.c Log message: vmd(8): tuck verbose logging of unhandled IO ports behind DPRINTF. OpenBSD guests probe a lot of legacy IO ports for ISA devices that we don't emulate. My recent changes in the virtio code result in some noise booting OpenBSD guests with verbose logging. This noise helps nobody. Using DPRINTF lets us turn this on compile-time if needed. Discussed with sf@ and mlarkin@. ok mlarkin@