qemu-patch-raspberry4/bsd-user
Peter Maydell 4b5dfd8246 user: Restore debug usage message for '-d ?' in user mode emulation
The code which prints the debug usage message on '-d ?' for *-user
has to come before the check for "not enough arguments", so that
"qemu-foo -d ?" prints the list of possible debug log items rather than
the generic usage message. (This was inadvertently broken in commit
c235d73.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com>
2011-07-30 07:20:18 +02:00
..
freebsd
i386
netbsd
openbsd
sparc
sparc64
x86_64
bsd-mman.h
bsdload.c Remove dead code for ARM semihosting commandline handling 2011-01-07 18:20:57 +02:00
elfload.c bsd-user: Fix possible memory leaks and wrong realloc call 2011-01-17 20:23:47 +00:00
errno_defs.h
main.c user: Restore debug usage message for '-d ?' in user mode emulation 2011-07-30 07:20:18 +02:00
mmap.c
qemu-types.h
qemu.h Fix typos in comments (neccessary -> necessary) 2011-05-08 10:02:18 +01:00
signal.c
strace.c
syscall.c Fix compilation warning due to missing header for sigaction (followup) 2011-06-08 09:04:29 +01:00
syscall_defs.h
uaccess.c