<html><head><meta http-equiv="content-type" content="text/html; charset=us-ascii"><style>body { line-height: 1.5; }body { font-size: 10.5pt; font-family: ????; color: rgb(0, 0, 0); line-height: 1.5; }</style></head><body>
<div><span></span>Hi,</div><div><br></div><div>I found my VM libvirt create xml as:</div><div><br></div>
<div><div>&lt;hostdev managed="no" mode="subsystem" rawio="yes" type="scsi"&gt;</div><div>&nbsp; &nbsp; &nbsp; &lt;source&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;adapter name="scsi_host0"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;address bus="2" target="4" unit="0"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &lt;/source&gt;</div><div>&lt;/hostdev&gt;</div></div><div><br></div><div>I found&nbsp;<i></i><a href="https://libvirt.org/formatdomain.html#elementsHostDevSubsys" style="font-size: 10.5pt; line-height: 1.5; font-style: italic; background-color: transparent;">https://libvirt.org/formatdomain.html#elementsHostDevSubsys</a><span style="color: rgb(0, 0, 0); font-size: 10.5pt; line-height: 1.5; font-style: italic; background-color: rgba(0, 0, 0, 0);">&nbsp;</span><span style="color: rgb(0, 0, 0); font-size: 10.5pt; line-height: 1.5; background-color: rgba(0, 0, 0, 0);">like blow:</span></div><div><pre>...
&lt;devices&gt;
  &lt;hostdev mode='subsystem' type='scsi' sgio='filtered' rawio='yes'&gt;
    &lt;source&gt;
      &lt;adapter name='scsi_host0'/&gt;
      &lt;address bus='0' target='0' unit='0'/&gt;
    &lt;/source&gt;
    &lt;readonly/&gt;
   <span style="background-color: rgb(255, 102, 0);"> &lt;address type='drive' controller='0' bus='0' target='0' unit='0'/&gt;</span>
  &lt;/hostdev&gt;
&lt;/devices&gt;
...</pre><pre>Is &lt;address&gt; mandatory?</pre><pre><br></pre></div><span style="color: rgb(0, 0, 0); font-style: italic; background-color: rgba(0, 0, 0, 0);"></span>
</body></html>