alpha
Login
or
Join now
gazagnaire.org
/
ocaml-virtio
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Virtio-serial port IO for guest VMs
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
ocaml-virtio
/
lib
/
at
main
4 folders
3 files
Thomas Gazagnaire
virtio: give the mmio and vring headings their own paragraph
1d ago
defc8a41
eio
virtio: expose an owned receiver on the net frontend A queue's receive path can now hand each frame out as a borrowed view into the device buffer, released by the consumer to re-arm the ring, matching the loan shape the ethernet reader and the vz device edge adopted. Backends that keep frames copy out and release at once, so the per-frame string allocation disappears from the pull path.
1 week ago
mmio
virtio: give the mmio and vring headings their own paragraph odoc requires a paragraph to start on its own line, so the parenthetical trailing each heading was a parse error and the heading did not render.
1 day ago
net
ocaml-virtio: document the interface in the house style Doc comments only. Values are documented as an equation on the applied name, types say what they are the type for, sections are anchored, and the edge cases a noun-phrase gloss let go unwritten are stated.
1 day ago
pci
virtio-pci: confirm DRIVER_OK before the first kick A VMM that processes register accesses in order on its own queue has necessarily finished every earlier queue_enable write once DRIVER_OK reads back, so a receive kick issued after the confirmation cannot race the queue bring-up and be dropped.
1 week ago
dune
virtio: give the mmio and vring headings their own paragraph odoc requires a paragraph to start on its own line, so the parenthetical trailing each heading was a parse error and the heading did not render.
1 day ago
virtio.ml
virtio: Eio-aware Serial module (split from zephyr, vsock moved out)
1 month ago
virtio.mli
ocaml-virtio: document the interface in the house style Doc comments only. Values are documented as an equation on the applied name, types say what they are the type for, sections are anchored, and the edge cases a noun-phrase gloss let go unwritten are stated.
1 day ago