]> git.proxmox.com Git - mirror_qemu.git/commit
define hotplug interface
authorIgor Mammedov <imammedo@redhat.com>
Wed, 5 Feb 2014 15:36:44 +0000 (16:36 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 10 Feb 2014 08:23:35 +0000 (10:23 +0200)
commit9f117d41841e13ca29cc2a10ac03258339ea1f8b
tree1e791ddf600673b7fe9bce9c114c448c983f851c
parenta1483f88b6e21dd3ea481a021e5d4f7f273204c6
define hotplug interface

Provide a generic hotplug interface for hotplug handlers.
Intended for replacing hotplug mechanism used by
PCI/PCIE/SHPC code and will be used for memory hotplug.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/core/Makefile.objs
hw/core/hotplug.c [new file with mode: 0644]
include/hw/hotplug.h [new file with mode: 0644]