From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1RWkT6-0008J2-Se for mharc-qemu-trivial@gnu.org; Sat, 03 Dec 2011 02:57:08 -0500 Received: from eggs.gnu.org ([140.186.70.92]:49122) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RWkT3-0008Bl-UN for qemu-trivial@nongnu.org; Sat, 03 Dec 2011 02:57:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RWkT3-0004Ew-0h for qemu-trivial@nongnu.org; Sat, 03 Dec 2011 02:57:05 -0500 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:51455) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RWkT0-0004Dc-My; Sat, 03 Dec 2011 02:57:02 -0500 Received: from localhost (v220110690675601.yourvserver.net.local [127.0.0.1]) by v220110690675601.yourvserver.net (Postfix) with ESMTP id 1AFD7728188C; Sat, 3 Dec 2011 08:56:40 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at weilnetz.de Received: from v220110690675601.yourvserver.net ([127.0.0.1]) by localhost (v220110690675601.yourvserver.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LVOyeXFuToYk; Sat, 3 Dec 2011 08:56:10 +0100 (CET) Received: from [192.168.178.20] (p54AD9B23.dip.t-dialin.net [84.173.155.35]) by v220110690675601.yourvserver.net (Postfix) with ESMTPSA id 4CB2B7281889; Sat, 3 Dec 2011 08:56:10 +0100 (CET) Message-ID: <4ED9D60F.6000107@weilnetz.de> Date: Sat, 03 Dec 2011 08:55:59 +0100 From: Stefan Weil User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.23) Gecko/20110921 Thunderbird/3.1.15 MIME-Version: 1.0 To: Peter Maydell References: <1322854245-17590-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1322854245-17590-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 78.47.199.172 Cc: qemu-trivial , =?ISO-8859-15?Q?Lo=EFc_Minier?= , Riku Voipio , qemu-devel@nongnu.org Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH 0/2] linux-user: Fix non-UTF-8 characters 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: Sat, 03 Dec 2011 07:57:07 -0000 Am 02.12.2011 20:30, schrieb Peter Maydell: > These two patches fix some non-UTF-8 characters in linux-user/ > source files. Other than the five files Stefan Weil recently sent > a patch to fix, these are the only remaining non-UTF-8 characters > in the source tree. > > Since I don't entirely trust the email path for sending patches > to files where the diffs include non-UTF-8, I've also put the > changes up in a git repo, so you may prefer to pull from there: 'git am' accepted both patches here without any problem. > The following changes since commit 1c8a881daaca6fe0646a425b0970fb3ad25f6732: > > Update version for 1.0 release (2011-12-01 14:04:21 -0600) > > are available in the git repository at: > git://git.linaro.org/people/pmaydell/qemu-arm.git non-utf-fixes > > Peter Maydell (2): > linux-user/cpu-uname.c: Convert to UTF-8 > linux-user/arm/nwfpe/fpopcode.h: Fix non-UTF-8 characters > > linux-user/arm/nwfpe/fpopcode.h | 34 +++++++++++++++++----------------- > linux-user/cpu-uname.c | 2 +- > 2 files changed, 18 insertions(+), 18 deletions(-) Reviewed-by: Stefan Weil I cc'ed qemu-trivial, too. Stefan, you can take both patches into the trivial patch queue. Thanks + regards, Stefan Weil From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49110) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RWkT2-0008BY-4d for qemu-devel@nongnu.org; Sat, 03 Dec 2011 02:57:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RWkT0-0004EU-RS for qemu-devel@nongnu.org; Sat, 03 Dec 2011 02:57:04 -0500 Message-ID: <4ED9D60F.6000107@weilnetz.de> Date: Sat, 03 Dec 2011 08:55:59 +0100 From: Stefan Weil MIME-Version: 1.0 References: <1322854245-17590-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1322854245-17590-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] linux-user: Fix non-UTF-8 characters List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-trivial , =?ISO-8859-15?Q?Lo=EFc_Minier?= , Riku Voipio , qemu-devel@nongnu.org Am 02.12.2011 20:30, schrieb Peter Maydell: > These two patches fix some non-UTF-8 characters in linux-user/ > source files. Other than the five files Stefan Weil recently sent > a patch to fix, these are the only remaining non-UTF-8 characters > in the source tree. > > Since I don't entirely trust the email path for sending patches > to files where the diffs include non-UTF-8, I've also put the > changes up in a git repo, so you may prefer to pull from there: 'git am' accepted both patches here without any problem. > The following changes since commit 1c8a881daaca6fe0646a425b0970fb3ad25f6732: > > Update version for 1.0 release (2011-12-01 14:04:21 -0600) > > are available in the git repository at: > git://git.linaro.org/people/pmaydell/qemu-arm.git non-utf-fixes > > Peter Maydell (2): > linux-user/cpu-uname.c: Convert to UTF-8 > linux-user/arm/nwfpe/fpopcode.h: Fix non-UTF-8 characters > > linux-user/arm/nwfpe/fpopcode.h | 34 +++++++++++++++++----------------- > linux-user/cpu-uname.c | 2 +- > 2 files changed, 18 insertions(+), 18 deletions(-) Reviewed-by: Stefan Weil I cc'ed qemu-trivial, too. Stefan, you can take both patches into the trivial patch queue. Thanks + regards, Stefan Weil