search for: tcg_virtio_vtpm

Displaying 7 results from an estimated 7 matches for "tcg_virtio_vtpm".

2019 Feb 22
0
[PATCH] tpm: Add driver for TPM over virtio
...09:31:56PM +0200, Jarkko Sakkinen wrote: > On Fri, Feb 22, 2019 at 10:23:02AM -0500, Michael S. Tsirkin wrote: > > On Fri, Feb 22, 2019 at 12:26:10PM +0200, Jarkko Sakkinen wrote: > > > On Thu, Feb 21, 2019 at 06:14:02PM -0800, David Tolnay wrote: > > > > Add a config TCG_VIRTIO_VTPM which enables a driver providing the guest > > > > kernel side of TPM over virtio. > > > > > > > > Use case: TPM support is needed for performing trusted work from within > > > > a virtual machine launched by Chrome OS. > > > > > >...
2019 Feb 22
0
[PATCH] tpm: Add driver for TPM over virtio
On Fri, Feb 22, 2019 at 07:30:16AM -0800, James Bottomley wrote: > On Thu, 2019-02-21 at 18:14 -0800, David Tolnay wrote: > > Add a config TCG_VIRTIO_VTPM which enables a driver providing the > > guest kernel side of TPM over virtio. > > What's the use case for using this over the current non-virtio vTPM?. > I always thought virtio was about guest to host transport efficiency, > but the phsical TPM, being connected over a very...
2019 Feb 22
0
[PATCH] tpm: Add driver for TPM over virtio
...arkko Sakkinen wrote: > > On Fri, Feb 22, 2019 at 10:23:02AM -0500, Michael S. Tsirkin wrote: > > > On Fri, Feb 22, 2019 at 12:26:10PM +0200, Jarkko Sakkinen wrote: > > > > On Thu, Feb 21, 2019 at 06:14:02PM -0800, David Tolnay wrote: > > > > > Add a config TCG_VIRTIO_VTPM which enables a driver providing the guest > > > > > kernel side of TPM over virtio. > > > > > > > > > > Use case: TPM support is needed for performing trusted work from within > > > > > a virtual machine launched by Chrome OS. > >...
2019 Feb 22
0
[PATCH] tpm: Add driver for TPM over virtio
...0700, Jason Gunthorpe wrote: > > On Fri, Feb 22, 2019 at 04:16:01PM -0500, Michael S. Tsirkin wrote: > > > On Fri, Feb 22, 2019 at 07:30:16AM -0800, James Bottomley wrote: > > > > On Thu, 2019-02-21 at 18:14 -0800, David Tolnay wrote: > > > > > Add a config TCG_VIRTIO_VTPM which enables a driver providing the > > > > > guest kernel side of TPM over virtio. > > > > > > > > What's the use case for using this over the current non-virtio vTPM?. > > > > I always thought virtio was about guest to host transport effic...
2019 Feb 22
0
[PATCH] tpm: Add driver for TPM over virtio
On Fri, Feb 22, 2019 at 12:26:10PM +0200, Jarkko Sakkinen wrote: > On Thu, Feb 21, 2019 at 06:14:02PM -0800, David Tolnay wrote: > > Add a config TCG_VIRTIO_VTPM which enables a driver providing the guest > > kernel side of TPM over virtio. > > > > Use case: TPM support is needed for performing trusted work from within > > a virtual machine launched by Chrome OS. > > > > Tested inside crosvm, the Chrome OS virtual machi...
2019 Feb 22
0
[PATCH] tpm: Add driver for TPM over virtio
On Thu, Feb 21, 2019 at 06:14:02PM -0800, David Tolnay wrote: > Add a config TCG_VIRTIO_VTPM which enables a driver providing the guest > kernel side of TPM over virtio. > > Use case: TPM support is needed for performing trusted work from within > a virtual machine launched by Chrome OS. > > Tested inside crosvm, the Chrome OS virtual machine monitor. Crosvm's >...
2019 Feb 22
0
[PATCH] tpm: Add driver for TPM over virtio
On Fri, Feb 22, 2019 at 01:40:25PM -0800, David Tolnay wrote: > On 2/21/19 9:51 PM, Michael S. Tsirkin wrote: > > On Thu, Feb 21, 2019 at 06:14:02PM -0800, David Tolnay wrote: > >> Add a config TCG_VIRTIO_VTPM which enables a driver providing the guest > >> kernel side of TPM over virtio. > >> > >> Use case: TPM support is needed for performing trusted work from within > >> a virtual machine launched by Chrome OS. > >> > >> Tested inside crosvm, the C...