From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDXRi-00033V-4v for qemu-devel@nongnu.org; Thu, 07 Mar 2013 04:49:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDXRg-0008V7-UU for qemu-devel@nongnu.org; Thu, 07 Mar 2013 04:49:06 -0500 Received: from mail-ea0-x22a.google.com ([2a00:1450:4013:c01::22a]:33628) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDXRg-0008Ur-OH for qemu-devel@nongnu.org; Thu, 07 Mar 2013 04:49:04 -0500 Received: by mail-ea0-f170.google.com with SMTP id e10so37067eaa.29 for ; Thu, 07 Mar 2013 01:49:04 -0800 (PST) Date: Thu, 7 Mar 2013 10:49:01 +0100 From: Stefan Hajnoczi Message-ID: <20130307094901.GA14483@stefanha-thinkpad.redhat.com> References: <1362642626-22763-1-git-send-email-lilei@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1362642626-22763-1-git-send-email-lilei@linux.vnet.ibm.com> Subject: Re: [Qemu-devel] [PATCH] Fix the wrong description in qemu manual List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Lei Li Cc: qemu-devel@nongnu.org On Thu, Mar 07, 2013 at 03:50:26PM +0800, Lei Li wrote: > Fix LP#1151450 the wrong description in qemu manual: > > 'qemu-system-x86_84' should be 'qemu-system-x86_64'. > > Signed-off-by: Lei Li > --- > qemu-options.hx | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan