diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2010-03-21 14:11:51 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-03-21 14:11:51 -0500 |
commit | 365c4243ecdd0eb2372ce4a5bb20ded77c755c1d (patch) | |
tree | 468dbded05fccfe8a1a958d659759390f7312a1d /sysemu.h | |
parent | 8ec68b06bd0916d176f468bad39f7096e046172a (diff) |
Revert "Add exit notifiers"
This reverts commit 3b6304f706ef7eebc0b3b3f3a5093ec75448ee19.
This was mistakenly committed.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'sysemu.h')
-rw-r--r-- | sysemu.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -8,7 +8,6 @@ #include "qemu-timer.h" #include "qdict.h" #include "qerror.h" -#include "notify.h" #ifdef _WIN32 #include <windows.h> @@ -74,10 +73,6 @@ int qemu_savevm_state_complete(Monitor *mon, QEMUFile *f); void qemu_savevm_state_cancel(Monitor *mon, QEMUFile *f); int qemu_loadvm_state(QEMUFile *f); -void exit_notifier_add(Notifier *notifier); -void exit_notifier_remove(Notifier *notifier); - - #ifdef _WIN32 /* Polling handling */ |