From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] pc: push setting default cpu_model down a level Date: Wed, 2 Jun 2010 13:46:55 -0300 Message-ID: <20100602164655.GG23214@amt.cnet> References: <20100601230235.14944.69041.stgit@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org To: Alex Williamson Return-path: Received: from mx1.redhat.com ([209.132.183.28]:20389 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932856Ab0FBRcq (ORCPT ); Wed, 2 Jun 2010 13:32:46 -0400 Content-Disposition: inline In-Reply-To: <20100601230235.14944.69041.stgit@localhost.localdomain> Sender: kvm-owner@vger.kernel.org List-ID: 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.