]> xenbits.xensource.com Git - seabios.git/commit
pci: add QEMU-specific PCI capability structure
authorAleksandr Bezzubikov <zuban32s@gmail.com>
Thu, 17 Aug 2017 23:33:20 +0000 (02:33 +0300)
committerKevin O'Connor <kevin@koconnor.net>
Thu, 14 Sep 2017 19:49:45 +0000 (15:49 -0400)
commit4c1f7272b41df5ceec0f41c6c14ca4c68a8638ee
tree710443dae427d98b36842db91b6d79ddc46f4155
parent7de1f65c0cf1e11ee3fa580d59eb7acdd0c42ad9
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>
src/fw/dev-pci.h [new file with mode: 0644]