File: virt-xml-print-xml.xml

package info (click to toggle)
virt-manager 1%3A1.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 15,368 kB
  • ctags: 6,267
  • sloc: python: 39,151; xml: 14,807; makefile: 14; sh: 6
file content (17 lines) | stat: -rw-r--r-- 448 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<domain type="test">
  <name>test</name>
  <uuid>4a64cc71-19c4-2fd0-2323-3050941ea3c3</uuid>
  <memory unit="KiB">8388608</memory>
  <currentMemory unit="KiB">2097152</currentMemory>
  <vcpu placement="static">7</vcpu>
  <os>
    <type arch="i686">hvm</type>
    <boot dev="hd"/>
  </os>
  <clock offset="utc"/>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>destroy</on_crash>
  <devices>
  </devices>
</domain>