commit | f961f72836eb6c0fd76201f6f6b2fafff93c4cea | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Fri Jun 15 07:56:20 2012 -0600 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Fri Jun 15 23:22:12 2012 -0300 |
tree | e816a93debb5d46b55cce1c5e743b4d541c59032 | |
parent | a2c2df8672f55195f101d9251117aa59e358d296 [diff] |
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 <jan.kiszka@siemens.com> Acked-by: Alex Williamson <alex.williamson@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>