diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-06-20 16:25:06 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-06-20 16:25:06 +0000 |
commit | 3b4366de399b384d715c631d32f024c2bde3a38a (patch) | |
tree | 7d06569d95945d6cea73503360fd30188677a5c5 /vl.c | |
parent | 3f05d3dc14a76fb62a1eda5c53dde0074ce1d1e1 (diff) |
Add an opaque parameter to boot_set API, move function to monitor.c
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4763 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.c')
-rw-r--r-- | vl.c | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -6908,14 +6908,6 @@ void qemu_system_powerdown_request(void) cpu_interrupt(cpu_single_env, CPU_INTERRUPT_EXIT); } -/* boot_set handler */ -QEMUBootSetHandler *qemu_boot_set_handler = NULL; - -void qemu_register_boot_set(QEMUBootSetHandler *func) -{ - qemu_boot_set_handler = func; -} - void main_loop_wait(int timeout) { IOHandlerRecord *ioh; |