From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37678) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anb5y-0004VW-2P for qemu-devel@nongnu.org; Tue, 05 Apr 2016 20:13:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1anb5u-0006aZ-Q9 for qemu-devel@nongnu.org; Tue, 05 Apr 2016 20:13:17 -0400 Received: from e33.co.us.ibm.com ([32.97.110.151]:46984) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anb5u-0006ZH-IA for qemu-devel@nongnu.org; Tue, 05 Apr 2016 20:13:14 -0400 Received: from localhost by e33.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 5 Apr 2016 18:13:12 -0600 Received: from b03cxnp07029.gho.boulder.ibm.com (b03cxnp07029.gho.boulder.ibm.com [9.17.130.16]) by d03dlp02.boulder.ibm.com (Postfix) with ESMTP id B51DB3E4001C for ; Tue, 5 Apr 2016 18:13:09 -0600 (MDT) Received: from d03av04.boulder.ibm.com (d03av04.boulder.ibm.com [9.17.195.170]) by b03cxnp07029.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u360D9XT39583762 for ; Tue, 5 Apr 2016 17:13:09 -0700 Received: from d03av04.boulder.ibm.com (loopback [127.0.0.1]) by d03av04.boulder.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u360D9qp007683 for ; Tue, 5 Apr 2016 18:13:09 -0600 References: <1459733876-22908-1-git-send-email-stefanb@us.ibm.com> <20160404120420-mutt-send-email-mst@redhat.com> <5702428E.4050306@linux.vnet.ibm.com> <20160404185850-mutt-send-email-mst@redhat.com> From: Stefan Berger Message-ID: <57045494.7000903@linux.vnet.ibm.com> Date: Tue, 5 Apr 2016 20:13:08 -0400 MIME-Version: 1.0 In-Reply-To: <20160404185850-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" Cc: imammedo@redhat.com, Stefan Berger , qemu-devel@nongnu.org, crobinso@redhat.com On 04/04/2016 12:00 PM, Michael S. Tsirkin wrote: > On Mon, Apr 04, 2016 at 06:31:43AM -0400, Stefan Berger wrote: >> 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. > I might just merge the change 1/2 under the justification "we don't know > what's going on, let's revert to old behaviour for now even if it seems > broken". But let's be clear this is what is going on here, > the commit log at least does not explain what the issues > are and how they are fixed. Thx