Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 583 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 583 Bytes

vhostuser-rs

Rust implementation of vhost-user protocol.

TODOs

  • Advanced vhost-user featuers
    • Dirty page log
    • Live migration
    • IOMMU/IOTLB
  • More unit test cases
    • Test cases for master endpoint
    • Test cases for slave endpoint
    • Test cases for message encoder/decoder
  • Better documentation
    • README.md
    • overall architecture
    • Inline documentation for public interfaces

Contributing

Please feel free to submit pull requests!

License

Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0>.