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

package info (click to toggle)
libvirt-glib 5.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,592 kB
  • sloc: ansic: 21,146; xml: 591; sh: 471; python: 310; javascript: 30; makefile: 9
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>