Bug 1326482

Summary: Replace 'backend' with 'device' in TPM XML example or remove section
Product: Red Hat Enterprise Linux 7 Reporter: Javier Coscia <jcoscia>
Component: doc-Virtualization_Deployment_and_Administration_GuideAssignee: Jiri Herrmann <jherrman>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: 7.2CC: rhel-docs
Target Milestone: rcKeywords: Documentation
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-11-07 17:26:00 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Javier Coscia 2016-04-12 19:19:57 UTC
Document URL: 

https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Virtualization_Deployment_and_Administration_Guide/sect-Manipulating_the_domain_xml-Devices.html#sect-Devices-TPM_devices

Section Number and Name: 

24.18.22 TPM devices

Describe the issue: 

In the XML example (Figure 26.82. TPM devices) there's a 'path' variable 
configuration which is precede by the word 'backend' while it should be 'device'

Suggestions for improvement: 

Change the XML example to be

~~~
  <devices>
    <tpm model='tpm-tis'>
      <backend type='passthrough'>
        <device path='/dev/tpm0'/>
      </backend>
    </tpm>
  </devices>
~~~

Or even remove that section till downstream QEMU version contains support to 
configure TPM devices since currently only QEMU upstream version contains 
support to configure TPM devices

Additional information: