From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48538) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFcT4-0001xy-E5 for qemu-devel@nongnu.org; Wed, 04 Apr 2012 22:30:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SFcT2-0002BN-Jm for qemu-devel@nongnu.org; Wed, 04 Apr 2012 22:30:33 -0400 Received: from relay1.mentorg.com ([192.94.38.131]:37460) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFcT2-0002B7-Dy for qemu-devel@nongnu.org; Wed, 04 Apr 2012 22:30:32 -0400 Message-ID: <4F7D03C1.8050900@codesourcery.com> Date: Wed, 4 Apr 2012 21:30:25 -0500 From: Meador Inge MIME-Version: 1.0 References: <1332888271-7083-1-git-send-email-meadori@codesourcery.com> In-Reply-To: <1332888271-7083-1-git-send-email-meadori@codesourcery.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/4] linux-user: Option parser cleanup List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: riku.voipio@iki.fi 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 unknown options and bad > arguments, and --foo is now excepted in addition to -foo. > > Meador Inge (4): > linux-user: Exit 0 when -h is used > linux-user: Add -help > linux-user: Add proper error messages for bad options > linux-user: Treat --foo options the same as -foo > > linux-user/main.c | 30 ++++++++++++++++++++---------- > 1 files changed, 20 insertions(+), 10 deletions(-) > -- Meador Inge CodeSourcery / Mentor Embedded http://www.mentor.com/embedded-software