25 Jun, 2016

1 commit

  • Add documentation for the tpm_vtpm device driver that implements
    support for providing TPM functionality to Linux containers.

    Parts of this documentation were recycled from the Xen vTPM
    device driver documentation.

    Update the documentation for the ioctl numbers.

    Signed-off-by: Stefan Berger
    Reviewed-by: Jarkko Sakkinen

    CC: linux-kernel@vger.kernel.org
    CC: linux-doc@vger.kernel.org
    CC: linux-api@vger.kernel.org
    Tested-by: Jarkko Sakkinen
    Reviewed-by: Jarkko Sakkinen
    Signed-off-by: Jarkko Sakkinen

    Stefan Berger
     

09 Aug, 2013

1 commit

  • This is a complete rewrite of the Xen TPM frontend driver, taking
    advantage of a simplified frontend/backend interface and adding support
    for cancellation and timeouts. The backend for this driver is provided
    by a vTPM stub domain using the interface in Xen 4.3.

    Signed-off-by: Daniel De Graaf
    Acked-by: Matthew Fioravante
    Reviewed-by: Konrad Rzeszutek Wilk
    Acked-by: Peter Huewe
    Reviewed-by: Peter Huewe
    Signed-off-by: Konrad Rzeszutek Wilk

    Daniel De Graaf