From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:56527) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBMkZ-0006s3-SL for qemu-devel@nongnu.org; Wed, 05 Oct 2011 04:22:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RBMkY-0007Zv-F5 for qemu-devel@nongnu.org; Wed, 05 Oct 2011 04:22:47 -0400 Date: Wed, 5 Oct 2011 09:22:40 +0100 From: Stefan Hajnoczi Message-ID: <20111005082240.GA17877@stefanha-thinkpad.localdomain> References: <1317573348-7824-1-git-send-email-andreas.faerber@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1317573348-7824-1-git-send-email-andreas.faerber@web.de> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] target-arm: Fix typo List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?iso-8859-1?Q?F=E4rber?= Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, Paul Brook On Sun, Oct 02, 2011 at 06:35:48PM +0200, Andreas Färber wrote: > The command line option is called -kernel, not -kenrel. > > Cc: Paul Brook > Signed-off-by: Andreas Färber > --- > target-arm/helper.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Thanks, applied to the trivial patches tree: http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches Stefan