virtio-accel-split-queue 0.1.2

Bounded in-memory split-virtqueue reference model
Documentation

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 protocol and implementation stack for a transport-neutral virtual accelerator device. Portable crates contain no host-OS or vendor APIs; host integrations live in separate adapter crates and never become their dependencies. The project claims no 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.