shawnanastasio / libkvmchan

An implementation of the Xen vchan API on KVM
Other
10 stars 4 forks source link

Implement stream-based communication #5

Closed shawnanastasio closed 4 years ago

shawnanastasio commented 5 years ago

A requirement for full Qubes API compatibility. This will involve creation of public interfaces for determining ringbuf size and available space, as well as POSIX read/write-like semantics wherein operations can partially succeed and return the number of bytes that succeeded.

shawnanastasio commented 4 years ago

Implemented by ed68cc2da5a16de92ffc509c155b0a4099d51608