From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgYGs-0002pm-6X for qemu-devel@nongnu.org; Mon, 28 Sep 2015 09:15:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZgYGm-00039z-G0 for qemu-devel@nongnu.org; Mon, 28 Sep 2015 09:15:10 -0400 Received: from jessie.kos.to ([212.47.231.226]:44993 helo=pilvi.kos.to) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgYGm-00037U-AK for qemu-devel@nongnu.org; Mon, 28 Sep 2015 09:15:04 -0400 Date: Mon, 28 Sep 2015 16:15:01 +0300 From: Riku Voipio Message-ID: <20150928131501.GA20506@kos.to> References: <1436205821-20320-1-git-send-email-meadori@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1436205821-20320-1-git-send-email-meadori@codesourcery.com> Subject: Re: [Qemu-devel] [PATCH 0/4] linux-user: CLI cleanup List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: meadori@codesourcery.com Cc: qemu-devel@nongnu.org On Mon, Jul 06, 2015 at 11:03:37AM -0700, meadori@codesourcery.com wrote: > From: Meador Inge > > This patch series fixes a few nits in the Linux > usermode driver to make the general behavior less > surprising (proper error codes, --foo options, and > -help) and to make it easier to discover bad command > line input. Applied to linux-user, thanks. > 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 file changed, 20 insertions(+), 10 deletions(-) > > -- > 1.8.1.1 > >