]> git.proxmox.com Git - qemu.git/commit
user: Restore debug usage message for '-d ?' in user mode emulation
authorPeter Maydell <peter.maydell@linaro.org>
Sat, 30 Jul 2011 12:18:35 +0000 (13:18 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 4 Aug 2011 21:19:04 +0000 (16:19 -0500)
commit01825a8ddf2f269407905d67993d73abab6e2177
treea06051aa39c3c2bbe96c471a372ffd8537e18a21
parentae2dd33693b46e472db70cd174b17b4f52d7eb17
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>
bsd-user/main.c
darwin-user/main.c
linux-user/main.c