From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47288) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dQcpw-0006QB-9V for qemu-devel@nongnu.org; Thu, 29 Jun 2017 13:02:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dQcpv-0001Od-KG for qemu-devel@nongnu.org; Thu, 29 Jun 2017 13:02:36 -0400 Sender: =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= References: <20170629010300.2848-1-f4bug@amsat.org> <20170629010300.2848-6-f4bug@amsat.org> <9403a3d0-41f6-add2-04fd-12034fe7699a@redhat.com> From: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= Message-ID: <280da99b-50a7-85fe-8f3e-0432adf8bed6@amsat.org> Date: Thu, 29 Jun 2017 14:02:24 -0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH RESEND 5/8] tcg/tci: enable bswap16_i64 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil , Eric Blake , qemu-devel@nongnu.org, Paolo Bonzini , Richard Henderson , =?UTF-8?Q?Alex_Benn=c3=a9e?= , "Emilio G . Cota" , QEMU Trivial On 06/29/2017 01:52 PM, Stefan Weil wrote: > Am 29.06.2017 um 18:29 schrieb Eric Blake: >> On 06/28/2017 08:02 PM, Philippe Mathieu-Daudé wrote: >>> remove some copy/paste leftover, code seems sane. >>> >> >>> >>> Signed-off-by: Philippe Mathieu-Daudé >>> >>> Signed-off-by: Philippe Mathieu-Daudé >> >> Double-sob seems odd. > > Maybe that double SOB can be cleaned by qemu-trivial (cc'ed). > >> >>> --- >>> tcg/tci.c | 1 - >>> 1 file changed, 1 deletion(-) >>> >> >> Otherwise, >> Reviewed-by: Eric Blake >> > > Note from the author: it's not a copy/paste leftover, but was > there on purpose: that code part was simply never executed > before, and I only removed the TODO() statements from tested > code. I'll reword the commit message in my tci-fixes-for-2.10-v2 series. > So you are the first one who found a test case. Congratulations. Oh nice :) > Reviewed-by: Stefan Weil Thank.