mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
pcie: helper functions for pcie capability and extended capability
This patch implements helper functions for pci express capability and pci express extended capability allocation. NOTE: presence detection depends on pci_qdev_init() change. Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
08f3dcf13f
commit
0428527c62
5 changed files with 654 additions and 0 deletions
|
@ -186,6 +186,7 @@ hw-obj-$(CONFIG_PIIX4) += piix4.o
|
|||
# PCI watchdog devices
|
||||
hw-obj-y += wdt_i6300esb.o
|
||||
|
||||
hw-obj-y += pcie.o
|
||||
hw-obj-y += msix.o msi.o
|
||||
|
||||
# PCI network cards
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue