Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KVM: Fix PCI header check on device assignment
The masking was wrong (must have been 0x7f), and there is no need to re-read the value as pci_setup_device already does this for us. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=43339 Signed-off-by: Jan Kiszka <[email protected]> Acked-by: Alex Williamson <[email protected]> Signed-off-by: Marcelo Tosatti <[email protected]>
- Loading branch information