WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [PATCH 0/12] VTPM mini-os: TPM device drivers for mini-o

To: Samuel Thibault <samuel.thibault@xxxxxxxxxxxx>
Subject: Re: [Xen-devel] [PATCH 0/12] VTPM mini-os: TPM device drivers for mini-os
From: Matthew Fioravante <matthew.fioravante@xxxxxxxxxx>
Date: Mon, 14 Mar 2011 13:11:49 -0400
Cc: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Mon, 14 Mar 2011 10:18:26 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20110312003705.GG4922@xxxxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <4D7AA743.5030703@xxxxxxxxxx> <20110312003705.GG4922@xxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7
Yeah that looks like that part should have been included in the blkfront patch

On 03/11/2011 07:37 PM, Samuel Thibault wrote:
Matthew Fioravante, le Fri 11 Mar 2011 17:50:43 -0500, a écrit :
This patch adds 3 new drivers to mini-os

tpmfront: Paravirtualized tpm driver that can speak to mini-os tpmback
and linux tpmbk
tpmback: Paravirtualized tpm backend driver that can speak to mini-os
tpmfront and linux tpm_xenu
tpm_tis: Hardware tpm driver. Should work with any TPM device compliant
with the 1.2 spec. Requires io memory passthrough.

Signed off by: Matthew Fioravante<matthew.fioravante@xxxxxxxxxx>
I don't have the time to review the driver code in details, but the
overall shape and interaction with the rest of mini-os looks good to me.

@@ -177,6 +179,7 @@
        } tap;
        struct {
            struct blkfront_dev *dev;
+           off_t offset;
        } blk;
        struct {
            struct kbdfront_dev *dev;
This seems like an unrelated change, right?

Samuel


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>