From: Stefan Berger Date: Wed, 26 Jun 2013 12:29:08 +0000 (-0400) Subject: Fix sample TPM XML X-Git-Tag: v1.1.0-rc2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7070a572aa3623a2e7e834ab411fc38528f7fabb;p=thirdparty%2Flibvirt.git Fix sample TPM XML Fix an error in the sample TPM XML. Signed-off-by: Stefan Berger --- 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>