From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52359) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dDXPZ-0006q2-FX for qemu-devel@nongnu.org; Wed, 24 May 2017 10:37:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dDXPV-0008TR-Iw for qemu-devel@nongnu.org; Wed, 24 May 2017 10:37:17 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:39151 helo=mx0a-001b2d01.pphosted.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dDXPV-0008Sx-C5 for qemu-devel@nongnu.org; Wed, 24 May 2017 10:37:13 -0400 Received: from pps.filterd (m0098421.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.20/8.16.0.20) with SMTP id v4OEOCuk004690 for ; Wed, 24 May 2017 10:37:12 -0400 Received: from e33.co.us.ibm.com (e33.co.us.ibm.com [32.97.110.151]) by mx0a-001b2d01.pphosted.com with ESMTP id 2anbawjy3s-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Wed, 24 May 2017 10:37:12 -0400 Received: from localhost by e33.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 24 May 2017 08:37:11 -0600 References: <1494921494-33717-1-git-send-email-amarnath.valluri@intel.com> <1494921494-33717-7-git-send-email-amarnath.valluri@intel.com> From: Stefan Berger Date: Wed, 24 May 2017 10:37:05 -0400 MIME-Version: 1.0 In-Reply-To: <1494921494-33717-7-git-send-email-amarnath.valluri@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Message-Id: <4cc4e60e-df16-e34d-0bdf-0fa59527e44d@linux.vnet.ibm.com> Subject: Re: [Qemu-devel] [PATCH v4 6/8] tpm-backend: Move realloc_buffer() implementation to tpm-tis model List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amarnath Valluri , qemu-devel@nongnu.org On 05/16/2017 03:58 AM, Amarnath Valluri wrote: > buffer reallocation is very unlikely to be backend specific. Hence move inside > the tis. > > Signed-off-by: Amarnath Valluri Reviewed-by: Stefan Berger