File: gconfig-domain-device-channel.xml

package info (click to toggle)
libvirt-glib 5.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,604 kB
  • sloc: ansic: 21,146; xml: 591; sh: 471; python: 310; javascript: 30; makefile: 9
file content (14 lines) | stat: -rw-r--r-- 379 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<domain>
  <devices>
    <channel type="spicevmc">
      <target type="virtio"/>
    </channel>
    <channel type="spiceport">
      <target type="virtio" name="org.spice-space.webdav.0"/>
      <source channel="org.spice-space.webdav.0"/>
    </channel>
    <channel type="unix">
      <target type="virtio" name="org.qemu.guest_agent.0"/>
    </channel>
  </devices>
</domain>