From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49646) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SALX0-0002Tf-Kv for qemu-devel@nongnu.org; Wed, 21 Mar 2012 09:24:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SALWy-0002Zi-Qg for qemu-devel@nongnu.org; Wed, 21 Mar 2012 09:24:50 -0400 Received: from mail-we0-f173.google.com ([74.125.82.173]:54491) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SALWy-0002ZK-Hs for qemu-devel@nongnu.org; Wed, 21 Mar 2012 09:24:48 -0400 Received: by werp12 with SMTP id p12so1085463wer.4 for ; Wed, 21 Mar 2012 06:24:46 -0700 (PDT) Date: Wed, 21 Mar 2012 13:24:43 +0000 From: Stefan Hajnoczi Message-ID: <20120321132443.GA27175@stefanha-thinkpad.localdomain> References: <1332333220-31420-1-git-send-email-ehabkost@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1332333220-31420-1-git-send-email-ehabkost@redhat.com> Subject: Re: [Qemu-devel] [PATCH] fix '-cpu ?' Segfault List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: Jiri Denemark , qemu-devel@nongnu.org On Wed, Mar 21, 2012 at 09:33:40AM -0300, Eduardo Habkost wrote: > Fix stupid copy&paste mistake at commit > ecf40beae7dcbb057d4f115207f9d8276832a774: I moved code around but kept > "optarg" on the cpu_list() call. > > Reported-by: Jiri Denemark > Signed-off-by: Eduardo Habkost > --- > vl.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan