From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49838) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1astui-00059P-RT for qemu-devel@nongnu.org; Wed, 20 Apr 2016 11:19:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1astui-0007Fj-4Y for qemu-devel@nongnu.org; Wed, 20 Apr 2016 11:19:36 -0400 Received: from mail-qk0-x241.google.com ([2607:f8b0:400d:c09::241]:34244) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1astuh-0007FM-V6 for qemu-devel@nongnu.org; Wed, 20 Apr 2016 11:19:36 -0400 Received: by mail-qk0-x241.google.com with SMTP id i7so2473890qkd.1 for ; Wed, 20 Apr 2016 08:19:35 -0700 (PDT) Sender: Richard Henderson References: <1461107270-19234-1-git-send-email-cota@braap.org> <1461107270-19234-7-git-send-email-cota@braap.org> From: Richard Henderson Message-ID: <57179E05.2080302@twiddle.net> Date: Wed, 20 Apr 2016 08:19:33 -0700 MIME-Version: 1.0 In-Reply-To: <1461107270-19234-7-git-send-email-cota@braap.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 06/11] exec: add tb_hash_func5, derived from xxhash List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Emilio G. Cota" , QEMU Developers , MTTCG Devel Cc: =?UTF-8?Q?Alex_Benn=c3=a9e?= , Paolo Bonzini , Peter Crosthwaite , Peter Maydell , Sergey Fedorov On 04/19/2016 04:07 PM, Emilio G. Cota wrote: > This will be used by upcoming changes for hashing the tb hash. > > Add this into a separate file to include the copyright notice from > xxhash. > > Signed-off-by: Emilio G. Cota > --- > include/exec/tb-hash-xx.h | 94 +++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 94 insertions(+) > create mode 100644 include/exec/tb-hash-xx.h Reviewed-by: Richard Henderson r~