CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2026/03/28 10:22:05

Modified files:
        usr.sbin/vmd   : vioqcow2.c 

Log message:
Remove pthread rwlocks from vmd(8)'s qcow code.

The users of this code are single threaded today. The locks also
don't look to fully protect key state in qcow images. If/when virtio
block emulation ends up with multiple virtqueues, this will need
to be revisited.

ok mlarkin@, hshoexer@

Reply via email to