2016-09-20 20:12:55 +03:00
<domain type= 'kvm' >
<name > virt-manager-basic</name>
<uuid > 1b826c23-8767-47ad-a6b5-c83a88277f71</uuid>
<memory unit= 'KiB' > 4194304</memory>
<currentMemory unit= 'KiB' > 4194304</currentMemory>
<vcpu placement= 'static' > 2</vcpu>
<os >
<type arch= 'x86_64' machine= 'pc-q35-2.7' > hvm</type>
<boot dev= 'hd' />
</os>
<features >
<acpi />
<apic />
<vmport state= 'off' />
</features>
<clock offset= 'utc' >
<timer name= 'rtc' tickpolicy= 'catchup' />
<timer name= 'pit' tickpolicy= 'delay' />
<timer name= 'hpet' present= 'no' />
</clock>
<on_poweroff > destroy</on_poweroff>
<on_reboot > restart</on_reboot>
<on_crash > restart</on_crash>
<pm >
<suspend-to-mem enabled= 'no' />
<suspend-to-disk enabled= 'no' />
</pm>
<devices >
2017-04-06 19:19:48 +03:00
<emulator > /usr/bin/qemu-system-x86_64</emulator>
2016-09-20 20:12:55 +03:00
<disk type= 'file' device= 'disk' >
<driver name= 'qemu' type= 'qcow2' />
<source file= '/var/lib/libvirt/images/basic.qcow2' />
<target dev= 'vda' bus= 'virtio' />
</disk>
<controller type= 'usb' model= 'nec-xhci' />
<controller type= 'sata' />
<controller type= 'virtio-serial' index= '0' />
<interface type= 'user' >
<mac address= '52:54:00:9a:e6:c6' />
<model type= 'virtio' />
</interface>
<serial type= 'pty' >
<target port= '0' />
</serial>
<console type= 'pty' >
<target type= 'serial' port= '0' />
</console>
<channel type= 'unix' >
<target type= 'virtio' name= 'org.qemu.guest_agent.0' />
<address type= 'virtio-serial' controller= '0' bus= '0' port= '1' />
</channel>
<channel type= 'spicevmc' >
<target type= 'virtio' name= 'com.redhat.spice.0' />
<address type= 'virtio-serial' controller= '0' bus= '0' port= '2' />
</channel>
<input type= 'tablet' bus= 'usb' >
<address type= 'usb' bus= '0' port= '1' />
</input>
<input type= 'mouse' bus= 'ps2' />
<input type= 'keyboard' bus= 'ps2' />
<graphics type= 'spice' autoport= 'yes' >
<listen type= 'address' />
<image compression= 'off' />
</graphics>
<sound model= 'ich9' />
<video >
<model type= 'qxl' ram= '65536' vram= '65536' vgamem= '16384' heads= '1' primary= 'yes' />
</video>
<redirdev bus= 'usb' type= 'spicevmc' >
<address type= 'usb' bus= '0' port= '2' />
</redirdev>
<redirdev bus= 'usb' type= 'spicevmc' >
<address type= 'usb' bus= '0' port= '3' />
</redirdev>
</devices>
</domain>