commit | 4c1f7272b41df5ceec0f41c6c14ca4c68a8638ee | [log] [tgz] |
---|---|---|
author | Aleksandr Bezzubikov <zuban32s@gmail.com> | Fri Aug 18 02:33:20 2017 +0300 |
committer | Kevin O'Connor <kevin@koconnor.net> | Thu Sep 14 15:49:45 2017 -0400 |
tree | 710443dae427d98b36842db91b6d79ddc46f4155 | |
parent | 7de1f65c0cf1e11ee3fa580d59eb7acdd0c42ad9 [diff] |
pci: add QEMU-specific PCI capability structure On PCI init PCI bridge devices may need some extra info about bus number to reserve, IO, memory and prefetchable memory limits. QEMU can provide this with special vendor-specific PCI capability. This capability is intended to be used only for Red Hat PCI bridges, i.e. QEMU cooperation. Signed-off-by: Aleksandr Bezzubikov <zuban32s@gmail.com> Reviewed-by: Marcel Apfelbaum <marcel@redhat.com>