-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for KVM_ENABLE_CAP ioctl
By adding the support for the ioctl KVM_ENABLE_CAP, this commit will allow consumers of the kvm-ioctls crate to enable any KVM capability they would be missing from their VMM implementation. One example of capability that can be interesting to enable is the newly added KVM_CAP_SPLIT_IRQCHIP, that allows the consumer to prevent KVM from creating a virtual IOAPIC and PIC. This capability can let a VMM provide its own userspace implementation of those components for security purposes. Unfortunately, we couldn't test enabling a capability for arm/aarch64 since there is no capability available for these architectures. Signed-off-by: Sebastien Boeuf <[email protected]>
- Loading branch information
Sebastien Boeuf
committed
Jun 12, 2019
1 parent
8589f89
commit c620b6a
Showing
4 changed files
with
94 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
91.2 | ||
91.3 |