CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/24 07:56:02
Modified files:
usr.sbin/vmd : virtio.c
Log message:
vmd(8): guard virtio entropy device register io with a mutex.
While vmd isn't yet SMP capable, in the event multiple VCPU thread
exist they may interleave in emulation of register access of the
virtio entropy device because it's currently emulated in the vm
process.
Report and diff by Andrew Griffiths.
ok hshoexer@
