-
Notifications
You must be signed in to change notification settings - Fork 454
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
r/virtual_machine: Correct present NIC device calculation
This corrects an issue with the way NIC devices were checked to see if the slots they are supposed to occupy on the PCI bus were already used or not. An offset that was used to populate the current device range was not being used when the devices were actually checked, creating invalid results and out of range errors. Fixes #279.
- Loading branch information
1 parent
efa7cfc
commit 539a1e4
Showing
2 changed files
with
144 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