qemu-e2k/bsd-user
blueswir1 2d18e637e5 Flush stdout after printing usage()
Fixes qemu-arm|grep cpu - with _exit() getting output from qemu --help
is a bit random. Since no atexit() handlers are registered for user mode
emulation, just use exit() instead.

Signed-off-by: Riku Voipio <riku.voipio@iki.fi>


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6657 c046a42c-6fe2-441c-8c8c-71466251a162
2009-02-28 20:14:00 +00:00
..
freebsd Preliminary BSD user emulator support 2008-10-26 20:33:16 +00:00
netbsd Preliminary BSD user emulator support 2008-10-26 20:33:16 +00:00
openbsd Fix BSD user compilation on other than OpenBSD 2008-11-22 20:34:45 +00:00
sparc Sparc32 BSD user support 2008-11-09 09:31:37 +00:00
sparc64 Preliminary BSD user emulator support 2008-10-26 20:33:16 +00:00
bsd-mman.h Prepare for handling different BSD mmap() flags 2008-11-29 14:05:16 +00:00
bsdload.c Preliminary BSD user emulator support 2008-10-26 20:33:16 +00:00
elfload.c Convert references to logfile/loglevel to use qemu_log*() macros 2009-01-15 22:34:14 +00:00
errno_defs.h Preliminary BSD user emulator support 2008-10-26 20:33:16 +00:00
main.c Flush stdout after printing usage() 2009-02-28 20:14:00 +00:00
mmap.c Fix qemu_malloc. 2009-01-28 17:16:56 +00:00
path.c Preliminary BSD user emulator support 2008-10-26 20:33:16 +00:00
qemu-types.h linux-user: Move abi_* typedefs into qemu-types.h 2008-12-08 18:12:04 +00:00
qemu.h linux-user: Move abi_* typedefs into qemu-types.h 2008-12-08 18:12:04 +00:00
signal.c Fix more FSF addresses 2009-01-05 18:11:53 +00:00
strace.c Preliminary BSD user emulator support 2008-10-26 20:33:16 +00:00
syscall.c Fix more FSF addresses 2009-01-05 18:11:53 +00:00
syscall_defs.h Preliminary BSD user emulator support 2008-10-26 20:33:16 +00:00
uaccess.c Preliminary BSD user emulator support 2008-10-26 20:33:16 +00:00