Re: [Qemu-devel] [PATCH] user: Restore debug usage message for '-d ?' in user mode emulation

2011-07-29 Thread andrzej zaborowski
On 18 July 2011 12:44, Peter Maydell wrote: > 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 inadv

Re: [Qemu-devel] [PATCH] user: Restore debug usage message for '-d ?' in user mode emulation

2011-07-27 Thread Peter Maydell
Oops, I forgot to cc Justin when I said "should also go into 0.15"... -- PMM On 25 July 2011 09:43, Peter Maydell wrote: > Ping? Since this is a regression in our command line handling > I think it should also go into 0.15... > > thanks > -- PMM > > > On 18 July 2011 11:44, Peter Maydell wrote:

Re: [Qemu-devel] [PATCH] user: Restore debug usage message for '-d ?' in user mode emulation

2011-07-25 Thread Peter Maydell
Ping? Since this is a regression in our command line handling I think it should also go into 0.15... thanks -- PMM On 18 July 2011 11:44, Peter Maydell wrote: > 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-devel] [PATCH] user: Restore debug usage message for '-d ?' in user mode emulation

2011-07-18 Thread Peter Maydell
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: P