summaryrefslogtreecommitdiff
path: root/sysemu.h
diff options
context:
space:
mode:
authorLuiz Capitulino <lcapitulino@redhat.com>2010-05-11 17:50:50 -0300
committerLuiz Capitulino <lcapitulino@redhat.com>2010-05-19 12:45:53 -0300
commit1578cb9ad201c55e486a5847798696499cf0895f (patch)
tree7a0f2f6f5b86e4ae990842db84aca03f3d8adea8 /sysemu.h
parent8ca6222a25d43c4c257baac7ed30b2034dbed66a (diff)
downloadqemu-1578cb9ad201c55e486a5847798696499cf0895f.tar.gz
qemu-1578cb9ad201c55e486a5847798696499cf0895f.tar.bz2
qemu-1578cb9ad201c55e486a5847798696499cf0895f.zip
Revert "Monitor: Return before exiting with 'quit'"
This reverts commit 0e8d2b5575938b8876a3c4bb66ee13c5d306fb6d. Next commits will do the same thing in a better way. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'sysemu.h')
-rw-r--r--sysemu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysemu.h b/sysemu.h
index 643c0c6c8a..48ee66ca59 100644
--- a/sysemu.h
+++ b/sysemu.h
@@ -45,11 +45,9 @@ void cpu_disable_ticks(void);
void qemu_system_reset_request(void);
void qemu_system_shutdown_request(void);
void qemu_system_powerdown_request(void);
-void qemu_system_exit_request(void);
int qemu_shutdown_requested(void);
int qemu_reset_requested(void);
int qemu_powerdown_requested(void);
-int qemu_exit_requested(void);
extern qemu_irq qemu_system_powerdown;
void qemu_system_reset(void);