forked from xapi-project/xen-api
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable to (un)hide a PCI device through the API
New API: - `PCI.hide`: hide a PCI device from the dom0 kernel - `PCI.unhide`: unhide a PCI device from the dom0 kernel - `PCI.is_hidden`: return whether a PCI device is hidden This is already possible for PGPUs with the `{enable/disable}_dom0_access` calls this extends it to all PCI devices. Signed-off-by: Benjamin Reis <[email protected]>
- Loading branch information
1 parent
34dabdf
commit f4f2d59
Showing
4 changed files
with
71 additions
and
3 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