<domain type='kvm'> <name>XP_VM</name> <uuid>91f15b08-e115-4016-a522-b550ff593af9</uuid> <memory>1024000</memory> <currentMemory>1024000</currentMemory> <vcpu>1</vcpu> <os> <type arch='x86_64' machine='pc'>hvm</type> <boot dev='hd'/> <boot dev='cdrom'/> <bootmenu enable='yes'/> </os> <features> <acpi/> <apic/> <pae/> </features> <cpu> <topology sockets='1' cores='1' threads='1'/> </cpu> <clock offset='localtime'/> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/bin/qemu-system-x86_64</emulator> <disk type='file' device='disk'> <driver name='qemu' type='qcow2'/> <source file='/opt/vm/xpvm1/xp_c.img' lock='exclusive'/> <target dev='hda' bus='ide'/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='qcow2'/> <source file='/opt/vm/xpvm1/xp_d.img' lock='exclusive'/> <target dev='hdb' bus='ide'/> </disk> <disk type='file' device='cdrom'> <source file='/opt/vm/windows_xp_professional_sp3_x86.iso'/> <target dev='hdc'/> <readonly/> </disk> <channel type='spicevmc'> <target type='virtio' name='com.redhat.spice.0'/> <alias name='virserial-channel1'/> </channel> <interface type='bridge'> <mac address='52:54:00:7b:a8:d8'/> <source bridge='virbr0'/> <target dev='vnet1'/> <model type='virtio'/> </interface> <input type='tablet' bus='usb'/> <graphics type='spice' port='4000' autoport='no' listen='0.0.0.0'> <listen type='address' address='0.0.0.0'/> <agent_mouse mode='off'/> </graphics> <memballoon model='virtio'> <alias name='balloon0'/> </memballoon> <sound model='ac97'> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </sound> <video> <model type='qxl' vram='65536' heads='1'/> </video> </devices> <qemu:commandline> <qemu:arg value="-cpu"/> <qemu:arg value="kvm64"/> </qemu:commandline> </domain> |