From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33899) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBlBI-0002Oo-Nr for qemu-devel@nongnu.org; Mon, 28 Jul 2014 09:41:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XBlBA-0005YM-4W for qemu-devel@nongnu.org; Mon, 28 Jul 2014 09:41:36 -0400 Message-ID: <53D65306.9020905@suse.de> Date: Mon, 28 Jul 2014 15:41:26 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1403851658-13128-3-git-send-email-nikunj@linux.vnet.ibm.com> In-Reply-To: <1403851658-13128-3-git-send-email-nikunj@linux.vnet.ibm.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/3] ppc/spapr: Fix MAX_CPUS to 255 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nikunj A Dadhania , qemu-devel@nongnu.org Cc: aik@au1.ibm.com, qemu-ppc@nongnu.org On 27.06.14 08:47, Nikunj A Dadhania wrote: > MAX_CPUS 256 is inconsistent with qemu supporting upto 255 cpus. This > MAX_CPUS number was percolated back to "virsh capabilities" with wrong > max_cpus. > > Signed-off-by: Nikunj A Dadhania Nice one :). Thanks, applied to ppc-next-2.2. Alex