CVSROOT: /cvs Module name: src Changes by: ccarde...@cvs.openbsd.org 2018/01/14 21:26:58
Modified files: usr.sbin/vmd : vioscsi.c virtio.h Log message: VMD: vioscsi refactor Each opcode is now handled in the respective function (vioscsi_handle_xxx) which allows more functionality to be added easier. No functional changes confirmed by guest testing. ok mlarkin@