File: virt-clone-nvram-missing.xml

package info (click to toggle)
virt-manager 1%3A5.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 20,404 kB
  • sloc: python: 45,877; xml: 29,099; makefile: 17; sh: 6
file content (23 lines) | stat: -rw-r--r-- 643 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<domain type="kvm">
  <name>clone-orig-clone</name>
  <uuid>00000000-1111-2222-3333-444444444444</uuid>
  <memory>262144</memory>
  <currentMemory>262144</currentMemory>
  <vcpu>1</vcpu>
  <os>
    <type arch="i686" machine="pc">hvm</type>
    <boot dev="cdrom"/>
    <loader readonly="yes" type="pflash">/usr/share/ovmf/ovmf-efi.fd</loader>
    <nvram>/nvram/clone-orig-clone_VARS.fd</nvram>
  </os>
  <features>
    <acpi/>
  </features>
  <clock offset="utc"/>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>destroy</on_crash>
  <devices>
    <emulator>/usr/bin/qemu-kvm</emulator>
  </devices>
</domain>