-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref(ioctls): remove create and destroy I/O clients calls
This commit removes the creation and deletion ioctls regarding I/O clients, since the VMM / Frontend DM only interacts with the Control I/O Client. In this way, the creation of this client is performed when the backend device model is created by the BAO_IOCTL_VM_VIRTIO_BACKEND_CREATE ioctl issued by the VMM. To destroy the Control I/O Client, the VMM simply calls the BAO_IOCTL_VM_VIRTIO_BACKEND_DESTROY ioctl which, internally, it is called the delete method for all I/O Clients (Control and Ioeventfd). Signed-off-by: joaopeixoto13 <[email protected]>
- Loading branch information
1 parent
3759deb
commit 0b358c9
Showing
2 changed files
with
10 additions
and
67 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