From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH v4: kvm 4/4] Fix hotplug of CPUs for KVM. Date: Wed, 30 Sep 2009 10:35:42 -0300 Message-ID: <20090930133542.GA15312@amt.cnet> References: <4AC1C59F.6010703@redhat.com> <1254260317-3490-1-git-send-email-zamsden@redhat.com> <1254260317-3490-2-git-send-email-zamsden@redhat.com> <1254260317-3490-3-git-send-email-zamsden@redhat.com> <1254260317-3490-4-git-send-email-zamsden@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org, Avi Kivity To: Zachary Amsden Return-path: Received: from mx1.redhat.com ([209.132.183.28]:11213 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751863AbZI3Ni4 (ORCPT ); Wed, 30 Sep 2009 09:38:56 -0400 Content-Disposition: inline In-Reply-To: <1254260317-3490-4-git-send-email-zamsden@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Sep 29, 2009 at 11:38:37AM -1000, Zachary Amsden wrote: > Both VMX and SVM require per-cpu memory allocation, which is done at module > init time, for only online cpus. > > Backend was not allocating enough structure for all possible CPUs, so > new CPUs coming online could not be hardware enabled. > > Signed-off-by: Zachary Amsden Applied all, thanks.