From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33936) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFg66-0004Vk-Hb for qemu-devel@nongnu.org; Thu, 16 Jul 2015 06:08:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZFg61-00020d-Fd for qemu-devel@nongnu.org; Thu, 16 Jul 2015 06:08:58 -0400 Received: from mail-wi0-x233.google.com ([2a00:1450:400c:c05::233]:35225) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFg61-00020M-97 for qemu-devel@nongnu.org; Thu, 16 Jul 2015 06:08:53 -0400 Received: by wibxm9 with SMTP id xm9so8804428wib.0 for ; Thu, 16 Jul 2015 03:08:52 -0700 (PDT) Sender: Paolo Bonzini References: <1437040522-19799-1-git-send-email-rjones@redhat.com> From: Paolo Bonzini Message-ID: <55A782B1.9080209@redhat.com> Date: Thu, 16 Jul 2015 12:08:49 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] crypto/cipher-nettle.c: Pass correct function type to cbc_encrypt and cbc_decrypt. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , "Richard W.M. Jones" Cc: QEMU Developers On 16/07/2015 12:04, Peter Maydell wrote: > Is this the same issue that Radim's patchset from a few days > back is addressing? Yes. Are you going to apply it, or should I include it in the pull request I'll send out today? Paolo