forked from rust-vmm/vm-virtio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add QueueStateT::pop_descriptor_chain
This commit also introduces a relaxation of the trait bound on the generic type parameter `M` for `QueueStateT::avail_idx` (i.e. it no longer has to be `Sized`, as it was implicitly the case before). This change reduces the number of trait bounds that have to be explicitly propagated to the newly introduced methods. We should apply a similar update to the rest of the interface as well (tracked by rust-vmm#152). Signed-off-by: Alexandru Agache <[email protected]>
- Loading branch information
1 parent
2f01935
commit 4562ffd
Showing
4 changed files
with
52 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters