Convert atexit users to exit_notifier
commitd7234f4d7e373a708e1df9ab565a71b71b189025
authorAnthony Liguori <aliguori@us.ibm.com>
Wed, 17 Mar 2010 22:59:26 +0000 (17 17:59 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 19 Mar 2010 20:27:38 +0000 (19 15:27 -0500)
treee4db9e84d66e448fdda3fe426fd3904eba8a5382
parent3b6304f706ef7eebc0b3b3f3a5093ec75448ee19
Convert atexit users to exit_notifier

All of these users have global state so we really don't see a benefit from
exit_notifier.  However, using exit_notifier means that there's one less
justification for having global state in the first place.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
curses.c
hw/xen_backend.h
hw/xen_devconfig.c
hw/xen_domainbuild.c
hw/xen_machine_pv.c
qemu-char.c
sdl.c
vl.c