From 7070a572aa3623a2e7e834ab411fc38528f7fabb Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Wed, 26 Jun 2013 08:29:08 -0400 Subject: [PATCH] Fix sample TPM XML Fix an error in the sample TPM XML. Signed-off-by: Stefan Berger --- docs/formatdomain.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index f000cdb633..d651816148 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -4735,7 +4735,7 @@ qemu-kvm -net nic,model=? /dev/null <devices> <tpm model='tpm-tis'> <backend type='passthrough'> - <backend path='/dev/tpm0'/> + <device path='/dev/tpm0'/> </backend> </tpm> </devices> -- GitLab