From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aiGNY-0001cb-Kf for qemu-devel@nongnu.org; Tue, 22 Mar 2016 03:05:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aiGNW-0002Nl-3G for qemu-devel@nongnu.org; Tue, 22 Mar 2016 03:05:24 -0400 Received: from e06smtp06.uk.ibm.com ([195.75.94.102]:43670) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aiGNV-0002Mg-QH for qemu-devel@nongnu.org; Tue, 22 Mar 2016 03:05:22 -0400 Received: from localhost by e06smtp06.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 22 Mar 2016 07:05:18 -0000 References: <1458564760-31993-1-git-send-email-clg@fr.ibm.com> <1458564760-31993-5-git-send-email-clg@fr.ibm.com> <20160321231530.GM23586@voom.redhat.com> From: =?UTF-8?Q?C=c3=a9dric_Le_Goater?= Message-ID: <56F0EEA4.5090907@fr.ibm.com> Date: Tue, 22 Mar 2016 08:05:08 +0100 MIME-Version: 1.0 In-Reply-To: <20160321231530.GM23586@voom.redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v3 04/10] ppc: Create cpu_ppc_set_papr() helper List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: Thomas Huth , qemu-ppc@nongnu.org, qemu-devel@nongnu.org On 03/22/2016 12:15 AM, David Gibson wrote: > On Mon, Mar 21, 2016 at 01:52:34PM +0100, Cédric Le Goater wrote: >> From: Benjamin Herrenschmidt >> >> And move the code adjusting the MSR mask and calling kvmppc_set_papr() >> to it. This allows us to add a few more things such as disabling setting >> of MSR:HV and appropriate LPCR bits which will be used when fixing >> the exception model. >> >> Signed-off-by: Benjamin Herrenschmidt >> Reviewed-by: David Gibson >> [clg: removed LPCR setting ] >> Signed-off-by: Cédric Le Goater > > Nothing wrong with the patch, but your mailer seems to have done > something really weird with the headers: > >> Content-Type: text/plain; charset=a > > Oddly enough, git am had some trouble with charset "a". > Ah. Interesting. When the patch was sent, git send-email requested a change on the Content-type (a switch to UTF8). Most probably because of the accent on my first name. It seems something went wrong. I will look into it. Thanks, C.