From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52829) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1an1nV-0003ID-TQ for qemu-devel@nongnu.org; Mon, 04 Apr 2016 06:31:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1an1nQ-00032f-AT for qemu-devel@nongnu.org; Mon, 04 Apr 2016 06:31:53 -0400 Received: from e38.co.us.ibm.com ([32.97.110.159]:38054) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1an1nP-00032P-Tq for qemu-devel@nongnu.org; Mon, 04 Apr 2016 06:31:48 -0400 Received: from localhost by e38.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 4 Apr 2016 04:31:46 -0600 Received: from b03cxnp08025.gho.boulder.ibm.com (b03cxnp08025.gho.boulder.ibm.com [9.17.130.17]) by d03dlp03.boulder.ibm.com (Postfix) with ESMTP id 6507519D8041 for ; Mon, 4 Apr 2016 04:19:37 -0600 (MDT) Received: from d03av05.boulder.ibm.com (d03av05.boulder.ibm.com [9.17.195.85]) by b03cxnp08025.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u34AVih941287930 for ; Mon, 4 Apr 2016 03:31:44 -0700 Received: from d03av05.boulder.ibm.com (localhost [127.0.0.1]) by d03av05.boulder.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u34AVieC007323 for ; Mon, 4 Apr 2016 04:31:44 -0600 References: <1459733876-22908-1-git-send-email-stefanb@us.ibm.com> <20160404120420-mutt-send-email-mst@redhat.com> From: Stefan Berger Message-ID: <5702428E.4050306@linux.vnet.ibm.com> Date: Mon, 4 Apr 2016 06:31:43 -0400 MIME-Version: 1.0 In-Reply-To: <20160404120420-mutt-send-email-mst@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] acpi: tpm: Fix TPM ACPI description List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" , Stefan Berger Cc: imammedo@redhat.com, qemu-devel@nongnu.org, crobinso@redhat.com On 04/04/2016 05:04 AM, Michael S. Tsirkin wrote: > On Sun, Apr 03, 2016 at 09:37:54PM -0400, Stefan Berger wrote: >> This series of patches fixes some problems with the TPM's ACPI >> description. > Could you pls describe how does this interact with Igor's patch? Follow https://bugzilla.redhat.com/attachment.cgi?id=1137429 and attachment https://bugzilla.redhat.com/attachment.cgi?id=1137429 I don't think we need Igor's patch. I am posting what has been tested. > > >> Stefan Berger (2): >> acpi: tpm: Fix TPM ACPI description (BZ 1281413) >> acpi: tpm: Get the interrupt the device model is using >> >> hw/i386/acpi-build.c | 29 ++++++++++++++--------------- >> hw/tpm/tpm_tis.c | 5 ++++- >> include/sysemu/tpm.h | 6 +++--- >> 3 files changed, 21 insertions(+), 19 deletions(-) >> >> -- >> 2.5.5