diff options
| author | Gu Zheng | 2014-10-22 05:24:30 +0200 |
|---|---|---|
| committer | Michael S. Tsirkin | 2014-11-02 12:44:11 +0100 |
| commit | fcd702e17a4aad936c53881fcdac1d9b9eb98452 (patch) | |
| tree | 1b85a73e3523b305ea1e4f30714b69dc13ed365d /include | |
| parent | pc: Update rtc_cmos in pc_cpu_plug (diff) | |
| download | qemu-fcd702e17a4aad936c53881fcdac1d9b9eb98452.tar.gz qemu-fcd702e17a4aad936c53881fcdac1d9b9eb98452.tar.xz qemu-fcd702e17a4aad936c53881fcdac1d9b9eb98452.zip | |
qom/cpu: remove the unused CPU hot-plug notifier
Remove the unused CPU hot-plug notifier.
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Gu Zheng <guz.fnst@cn.fujitsu.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/sysemu/sysemu.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sysemu/sysemu.h b/include/sysemu/sysemu.h index 0037a695c1..6f9b82b6f3 100644 --- a/include/sysemu/sysemu.h +++ b/include/sysemu/sysemu.h @@ -184,9 +184,6 @@ void do_pci_device_hot_remove(Monitor *mon, const QDict *qdict); /* generic hotplug */ void drive_hot_add(Monitor *mon, const QDict *qdict); -/* CPU hotplug */ -void qemu_register_cpu_added_notifier(Notifier *notifier); - /* pcie aer error injection */ void pcie_aer_inject_error_print(Monitor *mon, const QObject *data); int do_pcie_aer_inject_error(Monitor *mon, |
