virtio-accel-split-queue 0.1.0

Bounded in-memory split-virtqueue reference model
Documentation
  • Coverage
  • 100%
    30 out of 30 items documented0 out of 0 items with examples
  • Size
  • Source code size: 70.42 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.1 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 2s Average build duration of successful builds.
  • all releases: 2s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • MicroPerceptron/virtio-accel
    7 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • SnowCheetos

virtio-accel-split-queue

A bounded in-memory split-virtqueue reference model. It implements the transport ports against plain memory so protocol and device behavior can be exercised with no VMM, kernel, or guest physical addresses involved.

Part of the virtio-accel workspace: an experimental, native-Rust foundation for a transport-neutral virtual accelerator device. The workspace contains no Linux ioctls, macOS frameworks, Windows APIs, guest physical addresses, vendor command formats, or claimed virtio device ID.

Portability tier: alloc-portablecore + alloc; no operating system, filesystem, sockets, or threads.

Documentation

The protocol 1.0 numeric opcodes, statuses, and payload layouts are versioned review inputs for independent implementation, frozen for the portable v1.0 baseline by the final freeze audit. This remains pre-standardization work and claims no Virtio device ID.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.