From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39274) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1an0RP-00011H-Tc for qemu-devel@nongnu.org; Mon, 04 Apr 2016 05:05:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1an0RO-0002lk-Rk for qemu-devel@nongnu.org; Mon, 04 Apr 2016 05:04:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39721) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1an0RO-0002lg-MF for qemu-devel@nongnu.org; Mon, 04 Apr 2016 05:04:58 -0400 Date: Mon, 4 Apr 2016 12:04:55 +0300 From: "Michael S. Tsirkin" Message-ID: <20160404120420-mutt-send-email-mst@redhat.com> References: <1459733876-22908-1-git-send-email-stefanb@us.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1459733876-22908-1-git-send-email-stefanb@us.ibm.com> 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: Stefan Berger Cc: imammedo@redhat.com, crobinso@redhat.com, qemu-devel@nongnu.org, stefanb@linux.vnet.ibm.com 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? > 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