Created
June 11, 2015 19:05
-
-
Save farosas/2a90a857dc4fe1e0f18a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <domain type='kvm'> | |
| <name>fedoraserver1</name> | |
| <memory unit='KiB'>4194304</memory> | |
| <currentMemory unit='KiB'>4194304</currentMemory> | |
| <vcpu placement='static'>1</vcpu> | |
| <resource> | |
| <partition>/machine</partition> | |
| </resource> | |
| <os> | |
| <type arch='x86_64'>hvm</type> | |
| <boot dev='hd'/> | |
| <boot dev='cdrom'/> | |
| </os> | |
| <features> | |
| <acpi/> | |
| <apic/> | |
| <pae/> | |
| </features> | |
| <clock offset='utc'/> | |
| <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='/home/fabiano/libvirt/images/fedoraserver_tmp1.qcow2'/> | |
| <backingStore/> | |
| <target dev='vda' bus='virtio'/> | |
| <alias name='virtio-disk0'/> | |
| <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> | |
| </disk> | |
| <disk type='block' device='cdrom'> | |
| <driver name='qemu' type='raw'/> | |
| <source dev='/home/fabiano/libvirt/isos/Fedora-Server-netinst-x86_64-21.iso'/> | |
| <backingStore/> | |
| <target dev='sda' bus='scsi'/> | |
| <readonly/> | |
| <alias name='scsi0-0-0-0'/> | |
| <address type='drive' controller='0' bus='0' target='0' unit='0'/> | |
| </disk> | |
| <interface type='bridge'> | |
| <source bridge='virbr0'/> | |
| <mac address="00:16:3e:21:7f:6d"/> | |
| </interface> | |
| <serial type='pty'> | |
| <target port='0'/> | |
| <alias name='serial0'/> | |
| <address type='spapr-vio' reg='0x30000000'/> | |
| </serial> | |
| <console type='pty'> | |
| <target type='serial' port='0'/> | |
| <alias name='serial0'/> | |
| <address type='spapr-vio' reg='0x30000000'/> | |
| </console> | |
| <input type='mouse' bus='ps2'/> | |
| <graphics type='vnc' port='-1' autoport='yes' keymap='en-us'/> | |
| <memballoon model='virtio'> | |
| <alias name='balloon0'/> | |
| <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> | |
| </memballoon> | |
| </devices> | |
| </domain> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment