From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USsmu-0005Kz-RD for qemu-devel@nongnu.org; Thu, 18 Apr 2013 13:38:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1USsmt-0000oJ-9L for qemu-devel@nongnu.org; Thu, 18 Apr 2013 13:38:24 -0400 Received: from e7.ny.us.ibm.com ([32.97.182.137]:51385) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USsmt-0000nr-5d for qemu-devel@nongnu.org; Thu, 18 Apr 2013 13:38:23 -0400 Received: from /spool/local by e7.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 18 Apr 2013 13:38:21 -0400 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by d01dlp02.pok.ibm.com (Postfix) with ESMTP id D4A256E8044 for ; Thu, 18 Apr 2013 13:38:10 -0400 (EDT) Received: from d01av05.pok.ibm.com (d01av05.pok.ibm.com [9.56.224.195]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r3IHc8ri305570 for ; Thu, 18 Apr 2013 13:38:08 -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 r3IHc3XE030532 for ; Thu, 18 Apr 2013 13:38:04 -0400 Message-ID: <51702F7B.2060204@linux.vnet.ibm.com> Date: Thu, 18 Apr 2013 13:38:03 -0400 From: Stefan Berger MIME-Version: 1.0 References: <1366060087.13870.2.camel@d941e-10> <87haj6e3xi.fsf@codemonkey.ws> In-Reply-To: <87haj6e3xi.fsf@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] tpm: Simplify creation of cancel path 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/16/2013 02:16 PM, Anthony Liguori wrote: > Stefan Berger writes: > >> Simplify the creation of the cancel path given the TPM's device path. >> Given the path /dev/tpm0 build the path /sys/class/misc/tpm0/device/cancel. >> >> Signed-off-by: Stefan Berger > No longer applies. Had you sent with git-send-patch, git am --3way > would have figured it out. Please use git-send-patch in the future. I reposted it. http://lists.gnu.org/archive/html/qemu-devel/2013-04/msg03330.html Stefan