CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/27 03:27:43
Modified files:
usr.sbin/vmd : virtio.c vmd.h vmm.c
Log message:
vmd(8): fix verbose logging in child processes.
The introduction of exec for vm's and fork+exec for virtio block
and network devices missed passing the log verbosity in argv. Add
the "-v" arguments based on current vverbosity at time of exec.
ok brynet@, mlarkin@
