
5 Feb
2020
5 Feb
'20
3:15 p.m.
On Mon, Feb 03, 2020 at 10:59:17AM -0500, Stefan Berger wrote:
From: Stefan Berger <stefanb@linux.vnet.ibm.com>
This patch adds support for the tpm-spapr device model for ppc64. The XML for this type of TPM looks as follows:
<tpm model='tpm-spapr'> <backend type='emulator'/> </tpm>
Extend the documentation.
Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com> --- docs/formatdomain.html.in | 7 +++++-- docs/schemas/domaincommon.rng | 4 ++++ src/conf/domain_conf.c | 1 + src/conf/domain_conf.h | 1 + src/qemu/qemu_domain.c | 19 +++++++++++++------ 5 files changed, 24 insertions(+), 8 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano