CVS: cvs.openbsd.org: src
Dave Voutila <[email protected]> Fri, 24 Jul 2026 07:56:02 -0600 (MDT)
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
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@