From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=33321 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJro8-0008Ch-DA for qemu-devel@nongnu.org; Wed, 02 Jun 2010 13:32:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OJro6-0005RB-EV for qemu-devel@nongnu.org; Wed, 02 Jun 2010 13:32:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:11057) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OJro6-0005Qx-7e for qemu-devel@nongnu.org; Wed, 02 Jun 2010 13:32:46 -0400 Date: Wed, 2 Jun 2010 13:46:55 -0300 From: Marcelo Tosatti Message-ID: <20100602164655.GG23214@amt.cnet> References: <20100601230235.14944.69041.stgit@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100601230235.14944.69041.stgit@localhost.localdomain> Subject: [Qemu-devel] Re: [PATCH] pc: push setting default cpu_model down a level List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Williamson Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org On Tue, Jun 01, 2010 at 05:03:00PM -0600, Alex Williamson wrote: > Not that CPU hotplug currently works, but if you make the mistake of > trying it on a VM started without specifying a -cpu value, you hit > a segfault from trying to strdup(NULL) in cpu_x86_find_by_name(). > > Signed-off-by: Alex Williamson Applied, thanks.