File: gconfig-domain-device-pci-hostdev.xml

package info (click to toggle)
libvirt-glib 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,996 kB
  • sloc: ansic: 21,257; sh: 4,648; makefile: 825; xml: 288; python: 146; perl: 104
file content (11 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
<domain>
  <devices>
    <hostdev mode="subsystem" type="pci" managed="yes">
      <boot order="1"/>
      <rom bar="on" file="/etc/fake/boot.bin"/>
      <source>
        <address domain="0x0001" bus="0x02" slot="0x03" function="0x4"/>
      </source>
    </hostdev>
  </devices>
</domain>