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