Re: [Qemu-devel] [PATCH 0/4] linux-user: Option parser cleanup

2012-06-08 Thread Meador Inge
Ping ^ 3. On 05/07/2012 09:44 AM, Meador Inge wrote: > Ping ^ 2. > > On 04/04/2012 09:30 PM, Meador Inge wrote: >> Ping. Any comments on this series? >> >> On 03/27/2012 05:44 PM, Meador Inge wrote: >>> This series is focused at cleaning up a few issues in the >>> GNU/Linux usermode driver's opt

Re: [Qemu-devel] [PATCH 0/4] linux-user: Option parser cleanup

2012-05-07 Thread Meador Inge
Ping ^ 2. On 04/04/2012 09:30 PM, Meador Inge wrote: > Ping. Any comments on this series? > > On 03/27/2012 05:44 PM, Meador Inge wrote: >> This series is focused at cleaning up a few issues in the >> GNU/Linux usermode driver's option parsing. -h has been >> fixed to exit with 0, a -help optio

Re: [Qemu-devel] [PATCH 0/4] linux-user: Option parser cleanup

2012-04-04 Thread Meador Inge
Ping. Any comments on this series? On 03/27/2012 05:44 PM, Meador Inge wrote: > This series is focused at cleaning up a few issues in the > GNU/Linux usermode driver's option parsing. -h has been > fixed to exit with 0, a -help option has been added, proper > error messages have been added for u

[Qemu-devel] [PATCH 0/4] linux-user: Option parser cleanup

2012-03-27 Thread Meador Inge
This series is focused at cleaning up a few issues in the GNU/Linux usermode driver's option parsing. -h has been fixed to exit with 0, a -help option has been added, proper error messages have been added for unknown options and bad arguments, and --foo is now excepted in addition to -foo. Meador