Sha256: f0eddea833e472bc51ab663b716ee0be901b56d87a7f9d3f450f1443aefcc042
Contents?: true
Size: 824 Bytes
Versions: 13
Compression:
Stored size: 824 Bytes
Contents
<domain type='' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name></name> <title></title> <description></description> <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'> </clock> <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='16384' heads='1'/> </video> </devices> </domain>
Version data entries
13 entries across 13 versions & 1 rubygems