From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40902) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yzm1f-0007VF-P6 for qemu-devel@nongnu.org; Tue, 02 Jun 2015 09:14:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yzm1a-0005ui-7i for qemu-devel@nongnu.org; Tue, 02 Jun 2015 09:14:39 -0400 Received: from e32.co.us.ibm.com ([32.97.110.150]:50110) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yzm1a-0005uc-15 for qemu-devel@nongnu.org; Tue, 02 Jun 2015 09:14:34 -0400 Received: from /spool/local by e32.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 2 Jun 2015 07:14:33 -0600 Received: from b03cxnp07028.gho.boulder.ibm.com (b03cxnp07028.gho.boulder.ibm.com [9.17.130.15]) by d03dlp01.boulder.ibm.com (Postfix) with ESMTP id 3CE5C1FF0025 for ; Tue, 2 Jun 2015 07:05:40 -0600 (MDT) Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by b03cxnp07028.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t52DCGwc19923086 for ; Tue, 2 Jun 2015 06:12:16 -0700 Received: from d03av03.boulder.ibm.com (localhost [127.0.0.1]) by d03av03.boulder.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t52DETEb001642 for ; Tue, 2 Jun 2015 07:14:29 -0600 Message-ID: <556DAC35.10307@linux.vnet.ibm.com> Date: Tue, 02 Jun 2015 09:14:29 -0400 From: Stefan Berger MIME-Version: 1.0 References: <1433205175-1255386-1-git-send-email-stefanb@linux.vnet.ibm.com> <20150602084729-mutt-send-email-mst@redhat.com> In-Reply-To: <20150602084729-mutt-send-email-mst@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] tpm: Add missing common TPM SSDT file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: peter.maydell@linaro.org, qemu-devel@nongnu.org, stefanb@us.ibm.com On 06/02/2015 02:48 AM, Michael S. Tsirkin wrote: > On Mon, Jun 01, 2015 at 08:32:55PM -0400, Stefan Berger wrote: >> This patch adds the missing common SSDT TPM file. >> >> Signed-off-by: Stefan Berger > I posted this too. But we really should just get rid of all this: we > have already removed most ASL code except for the DSDT. Yes, I will do that. Though for reviewing I think ASL is still easier to understand. Stefan