From: Stefan Berger Date: Wed, 26 Jun 2013 12:29:08 +0000 (-0400) Subject: Fix sample TPM XML X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=7070a572aa3623a2e7e834ab411fc38528f7fabb;p=people%2Fdariof%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 f000cdb63..d65181614 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>