summaryrefslogtreecommitdiff
path: root/usr.sbin/vmd/vioblk.c
AgeCommit message (Expand)Author
2024-09-26remove unneeded includes; ok dv@ mlarkin@Jonathan Gray
2024-07-10Split vmd into mi/md parts.Dave Voutila
2024-02-20Utilize separate threads for RX and TX in vmd(8)'s vionet.Dave Voutila
2024-02-05Cleanup fcntl(3) usage and fd lifetimes in vmd(8).Dave Voutila
2024-02-04Initialize result in vioblk notification handler.Dave Voutila
2024-02-03fix vmd vioblk fd closing bounds testJonathan Gray
2023-09-26vmd(8): disambiguate log messages per vm and device.Dave Voutila
2023-09-14vmd(8)/vioblk: use zero-copy approach & vectored io.Dave Voutila
2023-09-06Correct error message: vionet -> vioblk. No functional change.Dave Voutila
2023-09-06vmd(8): clean up struct ioinfo.Dave Voutila
2023-09-01vmd(8): ignore masks on asserts, use synchronous deasserts.Dave Voutila
2023-05-28Used number of bytes instead of number of 512 byte sectors.ASOU Masato
2023-05-13vmm(4)/vmd(8): switch to anonymous shared mappings.Dave Voutila
2023-04-28Remove unneeded header includes in vmd.Dave Voutila
2023-04-27vmd(8): introduce multi-process model for virtio devices.Dave Voutila