From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUIEd-0001qk-4t for qemu-devel@nongnu.org; Mon, 22 Apr 2013 11:00:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UUIEb-00084J-A3 for qemu-devel@nongnu.org; Mon, 22 Apr 2013 11:00:50 -0400 Received: from e39.co.us.ibm.com ([32.97.110.160]:37721) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUIEa-00083v-Ix for qemu-devel@nongnu.org; Mon, 22 Apr 2013 11:00:49 -0400 Received: from /spool/local by e39.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 22 Apr 2013 09:00:46 -0600 Received: from d01relay05.pok.ibm.com (d01relay05.pok.ibm.com [9.56.227.237]) by d01dlp02.pok.ibm.com (Postfix) with ESMTP id 5CAE56E803F for ; Mon, 22 Apr 2013 11:00:27 -0400 (EDT) Received: from d01av05.pok.ibm.com (d01av05.pok.ibm.com [9.56.224.195]) by d01relay05.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r3MF0TqM282662 for ; Mon, 22 Apr 2013 11:00:30 -0400 Received: from d01av05.pok.ibm.com (loopback [127.0.0.1]) by d01av05.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r3MF0S9Y003247 for ; Mon, 22 Apr 2013 11:00:29 -0400 Message-ID: <5175508C.80404@linux.vnet.ibm.com> Date: Mon, 22 Apr 2013 11:00:28 -0400 From: Stefan Berger MIME-Version: 1.0 References: <1365803977.26271.2.camel@d941e-10> <87sj2iwsyf.fsf@codemonkey.ws> In-Reply-To: <87sj2iwsyf.fsf@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] tpm: Move TPM passthrough specific command line options to backend structure List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: coreyb@linux.vnet.ibm.com, "qemu-devel@nongnu.org" On 04/22/2013 10:17 AM, Anthony Liguori wrote: > Stefan Berger writes: > >> Move the TPM passthrough specific command line options to the passthrough >> backend implementation and attach them to the backend's interface structure. >> >> Add code to tpm.c for validating the TPM command line options. >> >> Signed-off-by: Stefan Berger > This doesn't apply. Looks like it's pre-QOM? It was from before Paolo moved the files around. I just reposted this patch as v3. Thanks. Stefan