Sha256: 0144553e0d41a790d2cc5b4483a25be4905f620a884178a6c13be86d8a29f67d

Contents?: true

Size: 793 Bytes

Versions: 5

Compression:

Stored size: 793 Bytes

Contents

<domain type='' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
  <name></name>
  <uuid></uuid>
  <memory></memory>
  <vcpu>1</vcpu>


  <cpu mode='host-model'>
      <model fallback='allow'></model>
  </cpu>


  <os>
        <type>hvm</type>
    <kernel></kernel>
    <initrd></initrd>
    <cmdline></cmdline>
  </os>
  <features>
    <acpi/>
    <apic/>
    <pae/>
  </features>
  <clock offset='utc'/>
  <devices>


    <serial type='pty'>
      <target port='0'/>
    </serial>
    <console type='pty'>
      <target port='0'/>
    </console>


    <input type='mouse' bus='ps2'/>

      <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' keymap='en-us'  />
      <video>
        <model type='cirrus' vram='9216' heads='1'/>
      </video>


  </devices>

</domain>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
vagrant-libvirt-0.1.2 spec/unit/templates/domain_defaults.xml
vagrant-libvirt-0.1.0 spec/unit/templates/domain_defaults.xml
vagrant-libvirt-0.0.45 spec/unit/templates/domain_defaults.xml
vagrant-libvirt-0.0.43 spec/unit/templates/domain_defaults.xml
vagrant-libvirt-0.0.42 spec/unit/templates/domain_defaults.xml