]> git.proxmox.com Git - mirror_qemu.git/commit
hw: move device-hotplug.o to toplevel, compile it once
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 4 Feb 2013 16:20:47 +0000 (17:20 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 1 Mar 2013 12:57:13 +0000 (13:57 +0100)
commit1559e0d4b54d1b0744983b57da893617ceae8b94
treebc23dde4149977b956df3d7bf1eee9ee69fa510f
parentb4a42f81383d60900aae09513f42eb857a5a7c7c
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>
Makefile.objs
device-hotplug.c [new file with mode: 0644]
hw/Makefile.objs
hw/device-hotplug.c [deleted file]
stubs/Makefile.objs
stubs/pci-drive-hot-add.c [new file with mode: 0644]