From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1YR2Cd-0007jW-9V for mharc-qemu-trivial@gnu.org; Thu, 26 Feb 2015 12:26:23 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54387) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YR2CW-0007X8-S1 for qemu-trivial@nongnu.org; Thu, 26 Feb 2015 12:26:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YR2CW-0007px-0h for qemu-trivial@nongnu.org; Thu, 26 Feb 2015 12:26:16 -0500 Received: from mel.act-europe.fr ([194.98.77.210]:48558 helo=smtp.eu.adacore.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YR2CR-0007ZL-LF; Thu, 26 Feb 2015 12:26:11 -0500 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id A10162CEAC8E; Thu, 26 Feb 2015 18:26:07 +0100 (CET) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GJxANx6dXgn1; Thu, 26 Feb 2015 18:26:07 +0100 (CET) Received: from [10.10.1.115] (lanoue.act-europe.fr [10.10.1.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.eu.adacore.com (Postfix) with ESMTPSA id 8E9112CEAC2F; Thu, 26 Feb 2015 18:26:07 +0100 (CET) Message-ID: <54EF572E.1080703@adacore.com> Date: Thu, 26 Feb 2015 18:26:06 +0100 From: Fabien Chouteau User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Alexander Graf , qemu-devel@nongnu.org, qemu-trivial@nongnu.org References: <1424857828-4411-1-git-send-email-chouteau@adacore.com> <54EF0E8A.8060701@suse.de> In-Reply-To: <54EF0E8A.8060701@suse.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 194.98.77.210 Subject: Re: [Qemu-trivial] [PATCH] Openpic: check that cpu id is within the number of cpus X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2015 17:26:22 -0000 On 02/26/2015 01:16 PM, Alexander Graf wrote: > > > On 25.02.15 10:50, Fabien Chouteau wrote: >> Signed-off-by: Fabien Chouteau > > Thanks, applied to ppc-next. Next time please include a commit message > though ;). > Noted. Thanks Alex, From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54375) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YR2CV-0007U1-8P for qemu-devel@nongnu.org; Thu, 26 Feb 2015 12:26:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YR2CR-0007gd-Uq for qemu-devel@nongnu.org; Thu, 26 Feb 2015 12:26:15 -0500 Message-ID: <54EF572E.1080703@adacore.com> Date: Thu, 26 Feb 2015 18:26:06 +0100 From: Fabien Chouteau MIME-Version: 1.0 References: <1424857828-4411-1-git-send-email-chouteau@adacore.com> <54EF0E8A.8060701@suse.de> In-Reply-To: <54EF0E8A.8060701@suse.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Openpic: check that cpu id is within the number of cpus List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf , qemu-devel@nongnu.org, qemu-trivial@nongnu.org On 02/26/2015 01:16 PM, Alexander Graf wrote: > > > On 25.02.15 10:50, Fabien Chouteau wrote: >> Signed-off-by: Fabien Chouteau > > Thanks, applied to ppc-next. Next time please include a commit message > though ;). > Noted. Thanks Alex,