mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
msi: implements msi
implements msi related functions. Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
99443c21b0
commit
e4c7d2aef8
4 changed files with 401 additions and 4 deletions
|
@ -186,7 +186,7 @@ hw-obj-$(CONFIG_PIIX4) += piix4.o
|
|||
# PCI watchdog devices
|
||||
hw-obj-y += wdt_i6300esb.o
|
||||
|
||||
hw-obj-y += msix.o
|
||||
hw-obj-y += msix.o msi.o
|
||||
|
||||
# PCI network cards
|
||||
hw-obj-y += ne2000.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue