hw: move more files to hw/xen/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
53a5500244
commit
80b4ecc86d
@ -33,3 +33,4 @@ CONFIG_PCI_HOTPLUG=y
|
||||
CONFIG_MC146818RTC=y
|
||||
CONFIG_WDT_IB700=y
|
||||
CONFIG_PC_SYSFW=y
|
||||
CONFIG_XEN_I386=$(CONFIG_XEN)
|
||||
|
@ -33,3 +33,4 @@ CONFIG_PCI_HOTPLUG=y
|
||||
CONFIG_MC146818RTC=y
|
||||
CONFIG_WDT_IB700=y
|
||||
CONFIG_PC_SYSFW=y
|
||||
CONFIG_XEN_I386=$(CONFIG_XEN)
|
||||
|
@ -3,9 +3,6 @@ obj-y += sga.o ioapic_common.o ioapic.o piix_pci.o
|
||||
obj-y += vmport.o
|
||||
obj-y += debugcon.o debugexit.o
|
||||
obj-y += lpc_ich9.o q35.o
|
||||
obj-$(CONFIG_XEN) += xen_platform.o xen_apic.o
|
||||
obj-$(CONFIG_XEN_PCI_PASSTHROUGH) += xen-host-pci-device.o
|
||||
obj-$(CONFIG_XEN_PCI_PASSTHROUGH) += xen_pt.o xen_pt_config_init.o xen_pt_msi.o
|
||||
obj-y += kvm/
|
||||
obj-y += pc-testdev.o
|
||||
|
||||
|
@ -1,2 +1,6 @@
|
||||
# xen backend driver support
|
||||
common-obj-$(CONFIG_XEN_BACKEND) += xen_backend.o xen_devconfig.o
|
||||
|
||||
obj-$(CONFIG_XEN_I386) += xen_platform.o xen_apic.o
|
||||
obj-$(CONFIG_XEN_PCI_PASSTHROUGH) += xen-host-pci-device.o
|
||||
obj-$(CONFIG_XEN_PCI_PASSTHROUGH) += xen_pt.o xen_pt_config_init.o xen_pt_msi.o
|
||||
|
Loading…
Reference in New Issue
Block a user