From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48401) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dDXHS-0002d4-1n for qemu-devel@nongnu.org; Wed, 24 May 2017 10:28:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dDXHN-0003TT-60 for qemu-devel@nongnu.org; Wed, 24 May 2017 10:28:54 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:51285 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 1dDXHM-0003S8-VK for qemu-devel@nongnu.org; Wed, 24 May 2017 10:28:49 -0400 Received: from pps.filterd (m0098419.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.20/8.16.0.20) with SMTP id v4OEOFeM126412 for ; Wed, 24 May 2017 10:28:48 -0400 Received: from e31.co.us.ibm.com (e31.co.us.ibm.com [32.97.110.149]) by mx0b-001b2d01.pphosted.com with ESMTP id 2an16aqe70-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Wed, 24 May 2017 10:28:47 -0400 Received: from localhost by e31.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 24 May 2017 08:28:47 -0600 References: <1494921494-33717-1-git-send-email-amarnath.valluri@intel.com> <1494921494-33717-5-git-send-email-amarnath.valluri@intel.com> From: Stefan Berger Date: Wed, 24 May 2017 10:28:44 -0400 MIME-Version: 1.0 In-Reply-To: <1494921494-33717-5-git-send-email-amarnath.valluri@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Message-Id: Subject: Re: [Qemu-devel] [PATCH v4 4/8] tpm-backend: Made few interface methods optional 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: > This allows backend implementations left optional interface methods. > For mandatory methods assertion checks added. > > Took the opportunity to remove unused methods: > tpm_backend_get_type() > tpm_backend_get_desc() > > Signed-off-by: Amarnath Valluri Reviewed-by: Stefan Berger