mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
pci: move pci core code to hw/pci
Move files and modify makefiles to pick them at the new location. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
ca818cfbfd
commit
315a1350c4
32 changed files with 11 additions and 11 deletions
|
@ -2,7 +2,7 @@ obj-y += mc146818rtc.o pc.o
|
|||
obj-y += apic_common.o apic.o kvmvapic.o
|
||||
obj-y += sga.o ioapic_common.o ioapic.o piix_pci.o
|
||||
obj-y += vmport.o
|
||||
obj-y += pci-hotplug.o smbios.o wdt_ib700.o
|
||||
obj-y += pci/pci-hotplug.o smbios.o wdt_ib700.o
|
||||
obj-y += debugcon.o multiboot.o
|
||||
obj-y += pc_piix.o
|
||||
obj-y += pc_sysfw.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue