]> Git Repo - qemu.git/commit
Convert atexit users to exit_notifier
authorAnthony Liguori <[email protected]>
Wed, 17 Mar 2010 22:59:26 +0000 (17:59 -0500)
committerAnthony Liguori <[email protected]>
Fri, 19 Mar 2010 20:27:38 +0000 (15:27 -0500)
commitd7234f4d7e373a708e1df9ab565a71b71b189025
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 <[email protected]>
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
This page took 0.026321 seconds and 4 git commands to generate.