Matthew Fioravante
2010-Aug-25 15:18 UTC
[Xen-devel] [PATCH 4/7] vtpm Mini-Os domain: mini-os tpm device drivers
Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu> This patch adds tpm frontend (tpmfront) and tpm backend (tpmback) device drivers to mini-os. While these are used by vtpm-stubdom, they could be used by any mini-os domain that needs a vtpm. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Samuel Thibault
2010-Aug-25 15:43 UTC
Re: [Xen-devel] [PATCH 4/7] vtpm Mini-Os domain: mini-os tpm device drivers
Matthew Fioravante, le Wed 25 Aug 2010 11:18:53 -0400, a écrit :> diff -r 6615dd4045c7 -r 22a23fed2920 extras/mini-os/include/tpmback.h > --- /dev/null Thu Jan 01 00:00:00 1970 +0000 > +++ b/extras/mini-os/include/tpmback.h Tue Jul 20 16:38:40 2010 -0400 > @@ -0,0 +1,52 @@You should probably add copyright headers in the files, else it''s not even sure which licence you are providing them under. Apart from that I''m afraid I don''t have the time to review your stubdom patches, but the principle is probably ok. Samuel _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Matthew Fioravante
2010-Sep-03 18:54 UTC
Re: [Xen-devel] [PATCH 4/7] vtpm Mini-Os domain: mini-os tpm device drivers
Here is a patch that adds the correct license for tpmfront.[ch] and tpmback.[ch]. Apply it on top of the previous patch. Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu> On 08/25/2010 11:43 AM, Samuel Thibault wrote:> Matthew Fioravante, le Wed 25 Aug 2010 11:18:53 -0400, a écrit : >> diff -r 6615dd4045c7 -r 22a23fed2920 extras/mini-os/include/tpmback.h >> --- /dev/null Thu Jan 01 00:00:00 1970 +0000 >> +++ b/extras/mini-os/include/tpmback.h Tue Jul 20 16:38:40 2010 -0400 >> @@ -0,0 +1,52 @@ > You should probably add copyright headers in the files, else it''s not > even sure which licence you are providing them under. > > Apart from that I''m afraid I don''t have the time to review your stubdom > patches, but the principle is probably ok. > > Samuel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ian Jackson
2010-Sep-07 18:10 UTC
Re: [Xen-devel] [PATCH 4/7] vtpm Mini-Os domain: mini-os tpm device drivers
Matthew Fioravante writes ("Re: [Xen-devel] [PATCH 4/7] vtpm Mini-Os domain: mini-os tpm device drivers"):> Here is a patch that adds the correct license for tpmfront.[ch] and > tpmback.[ch]. Apply it on top of the previous patch. > > Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu>These files don''t seem to exist in a built checkout of xen-unstable. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Matthew Fioravante
2010-Sep-07 18:53 UTC
Re: [Xen-devel] [PATCH 4/7] vtpm Mini-Os domain: mini-os tpm device drivers
you need to apply my previous set of vtpm patches first. Patch 4 adds the files. On 09/07/2010 02:10 PM, Ian Jackson wrote:> Matthew Fioravante writes ("Re: [Xen-devel] [PATCH 4/7] vtpm Mini-Os domain: mini-os tpm device drivers"): >> Here is a patch that adds the correct license for tpmfront.[ch] and >> tpmback.[ch]. Apply it on top of the previous patch. >> >> Signed-off-by: Matthew Fioravante<matthew.fioravante@jhuapl.edu> > These files don''t seem to exist in a built checkout of xen-unstable. > > Ian._______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Samuel Thibault
2010-Sep-07 20:11 UTC
Re: [Xen-devel] [PATCH 4/7] vtpm Mini-Os domain: mini-os tpm device drivers
Ian Jackson, le Tue 07 Sep 2010 19:10:38 +0100, a écrit :> Matthew Fioravante writes ("Re: [Xen-devel] [PATCH 4/7] vtpm Mini-Os domain: mini-os tpm device drivers"): > > Here is a patch that adds the correct license for tpmfront.[ch] and > > tpmback.[ch]. Apply it on top of the previous patch. > > > > Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu> > > These files don''t seem to exist in a built checkout of xen-unstable.They''re meant to be applied on top of his previous patch. Samuel _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel