Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add vhost-device-template crate #559

Merged
merged 3 commits into from
Dec 1, 2023
Merged

Commits on Nov 30, 2023

  1. Add vhost-device-template crate

    This adds a basic template crate, which will be useful for new
    developers to understand how things work and layout all basic stuff they
    are expected to write to make it work.
    
    The current implementation just parses all the requests from the
    virtqueue and prints the number of descriptor chains and size of each
    descriptor buffer in there.
    
    This adds basic sanity tests as well for the same, which can be run to
    test the working of the crate.
    
    Signed-off-by: Viresh Kumar <[email protected]>
    vireshk committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    d7b685d View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    591d36d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2be58ef View commit details
    Browse the repository at this point in the history