forked from virtio-win/kvm-guest-drivers-windows
-
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.
virtio: call all virtqueue procedures via pointers
Refactored virtio header to call all the virtqueue procedures by pointers. Renamed all the actual procedures, added suffix '_split', upon queue creation the function table in the virtqueue structure filled with pointers of split ring procedures. This is preparation patch for implementation of packed ring. Signed-off-by: Yuri Benditovich <yuri.benditovich@daynix.com>
- Loading branch information
1 parent
0a1f50c
commit 986b0b7
Showing
2 changed files
with
123 additions
and
39 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