File: xml2vmx-cdrom-scsi-empty.xml

package info (click to toggle)
libvirt 11.3.0-3%2Bdeb13u2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 203,868 kB
  • sloc: ansic: 531,629; xml: 289,702; python: 11,881; perl: 2,629; sh: 2,172; makefile: 447; javascript: 126; cpp: 22
file content (13 lines) | stat: -rw-r--r-- 300 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
<domain type='vmware'>
  <name>cdrom-scsi-empty</name>
  <uuid>564d9bef-acd9-b4e0-c8f0-aea8b9103515</uuid>
  <memory unit='KiB'>4096</memory>
  <os>
    <type>hvm</type>
  </os>
  <devices>
    <disk type='file' device='cdrom'>
      <target dev='sda' bus='scsi'/>
    </disk>
  </devices>
</domain>