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

[GSoC] Mocking Framework for Virtio Queues #59

Open
andreeaflorescu opened this issue Jun 9, 2021 · 1 comment
Open

[GSoC] Mocking Framework for Virtio Queues #59

andreeaflorescu opened this issue Jun 9, 2021 · 1 comment

Comments

@andreeaflorescu
Copy link
Member

This project revolves around designing a reusable framework for mocking the driver side of a VirtQueue operation. It would allow rust-vmm crates and other projects to use it and would provide a cleaner alternative to mocking code already found in vm-virtio.

The framework would at first provide users with more granular control over mocking what the driver will place in the queue and will later support mocking more advanced features such as notification suppression, indirect descriptors and other device specific features.

This is a parent issue for developing the mocking framework, which is a project developed as part of Google Summer of Coding (GSoC).

@andreeaflorescu
Copy link
Member Author

andreeaflorescu commented Jun 9, 2021

Sub-tasks:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants