On 5/18/22 21:17, Alex Williamson wrote:
On Wed, 18 May 2022 20:46:02 -0400
Stefan Berger wrote:
On 5/6/22 16:48, Alex Williamson wrote:
From: Eric Auger
In a subsequent patch, VFIO will need to recognize if
a memory region owner is a TPM CRB device. Hence VFIO
needs to use TPM_IS_CRB()
On Wed, 18 May 2022 20:46:02 -0400
Stefan Berger wrote:
> On 5/6/22 16:48, Alex Williamson wrote:
> > From: Eric Auger
> >
> > In a subsequent patch, VFIO will need to recognize if
> > a memory region owner is a TPM CRB device. Hence VFIO
> > needs to use TPM_IS_CRB() even if CONFIG_TPM is unse
On 5/6/22 16:48, Alex Williamson wrote:
From: Eric Auger
In a subsequent patch, VFIO will need to recognize if
a memory region owner is a TPM CRB device. Hence VFIO
needs to use TPM_IS_CRB() even if CONFIG_TPM is unset. So
let's add a stub function.
Signed-off-by: Eric Auger
Suggested-by:
From: Eric Auger
In a subsequent patch, VFIO will need to recognize if
a memory region owner is a TPM CRB device. Hence VFIO
needs to use TPM_IS_CRB() even if CONFIG_TPM is unset. So
let's add a stub function.
Signed-off-by: Eric Auger
Suggested-by: Cornelia Huck
Reviewed-by: Stefan Berger
Li