mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
hw: move device-hotplug.o to toplevel, compile it once
The situation with device-hotplug.c is similar to qdev-monitor.c. Add a stub for pci_drive_hot_add, so that it can be compiled once, and move it out of hw/. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
b4a42f8138
commit
1559e0d4b5
5 changed files with 14 additions and 13 deletions
|
@ -206,7 +206,6 @@ obj-$(CONFIG_SOFTMMU) += vhost_net.o
|
|||
obj-$(CONFIG_VHOST_NET) += vhost.o
|
||||
obj-$(CONFIG_REALLY_VIRTFS) += 9pfs/
|
||||
obj-$(CONFIG_VGA) += vga.o
|
||||
obj-$(CONFIG_SOFTMMU) += device-hotplug.o
|
||||
obj-$(CONFIG_XEN) += xen_domainbuild.o xen_machine_pv.o
|
||||
|
||||
# Inter-VM PCI shared memory & VFIO PCI device assignment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue