From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44397) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUY3e-0007xh-RY for qemu-devel@nongnu.org; Tue, 02 Aug 2016 07:40:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bUY3Z-0004eV-V0 for qemu-devel@nongnu.org; Tue, 02 Aug 2016 07:40:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42410) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUY3Z-0004eQ-P0 for qemu-devel@nongnu.org; Tue, 02 Aug 2016 07:40:21 -0400 Date: Tue, 2 Aug 2016 08:40:19 -0300 From: Eduardo Habkost Message-ID: <20160802114019.GC3337@thinpad.lan.raisama.net> References: <1469440764-61619-1-git-send-email-imammedo@redhat.com> <1469611494-163855-1-git-send-email-imammedo@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1469611494-163855-1-git-send-email-imammedo@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 7/6] exec: ensure the only one cpu_index allocation method is used List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov Cc: qemu-devel@nongnu.org, david@gibson.dropbear.id.au, bharata@linux.vnet.ibm.com, Paolo Bonzini , Peter Crosthwaite , Richard Henderson On Wed, Jul 27, 2016 at 11:24:54AM +0200, Igor Mammedov wrote: > Make sure that cpu_index auto allocation isn't used in > combination with manual cpu_index assignment. And > dissallow out of order cpu removal if auto allocation > is in use. > > Target that wishes to support out of order unplug should > switch to manual cpu_index assignment. Following patch > could be used as an example: > (pc: init CPUState->cpu_index with index in possible_cpus[])) > > Signed-off-by: Igor Mammedov Sorry for the delay, applied to x86-next. Thanks! -- Eduardo