Advertisement
Guest User

kvm

a guest
Apr 16th, 2014
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.60 KB | None | 0 0
  1. <!--
  2. WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
  3. OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
  4.  virsh edit kerio_mail
  5. or other application using the libvirt API.
  6. -->
  7.  
  8. <domain type='kvm'>
  9.   <name>kerio_mail</name>
  10.   <uuid>d757fc0e-5801-6789-4e26-b06a46c8a8a7</uuid>
  11.   <memory unit='KiB'>2097152</memory>
  12.   <currentMemory unit='KiB'>2097152</currentMemory>
  13.   <vcpu placement='static'>2</vcpu>
  14.   <os>
  15.     <type arch='x86_64' machine='rhel6.4.0'>hvm</type>
  16.     <boot dev='hd'/>
  17.     <bootmenu enable='no'/>
  18.   </os>
  19.   <features>
  20.     <acpi/>
  21.     <apic/>
  22.     <pae/>
  23.   </features>
  24.   <clock offset='utc'/>
  25.   <on_poweroff>destroy</on_poweroff>
  26.   <on_reboot>restart</on_reboot>
  27.   <on_crash>restart</on_crash>
  28.   <devices>
  29.     <emulator>/usr/libexec/qemu-kvm</emulator>
  30.     <disk type='block' device='disk'>
  31.       <driver name='qemu' type='raw' cache='none' io='native'/>
  32.       <source dev='/dev/storage/mail_dsk'/>
  33.       <target dev='vda' bus='virtio'/>
  34.       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
  35.     </disk>
  36.     <disk type='file' device='cdrom'>
  37.       <driver name='qemu' type='raw'/>
  38.       <source file='/root/Downloads/CentOS-6.5-i386-LiveCD.iso'/>
  39.       <target dev='hdc' bus='ide'/>
  40.       <readonly/>
  41.       <address type='drive' controller='0' bus='1' target='0' unit='0'/>
  42.     </disk>
  43.     <controller type='usb' index='0'>
  44.       <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
  45.     </controller>
  46.     <controller type='ide' index='0'>
  47.       <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
  48.     </controller>
  49.     <interface type='bridge'>
  50.       <mac address='52:54:00:ff:bf:12'/>
  51.       <source bridge='bridge0'/>
  52.       <model type='virtio'/>
  53.       <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
  54.     </interface>
  55.     <serial type='pty'>
  56.       <target port='0'/>
  57.     </serial>
  58.     <console type='pty'>
  59.       <target type='serial' port='0'/>
  60.     </console>
  61.     <input type='tablet' bus='usb'/>
  62.     <input type='mouse' bus='ps2'/>
  63.     <graphics type='vnc' port='-1' autoport='yes'/>
  64.     <sound model='ich6'>
  65.       <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
  66.     </sound>
  67.     <video>
  68.       <model type='cirrus' vram='9216' heads='1'/>
  69.       <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
  70.     </video>
  71.     <memballoon model='virtio'>
  72.       <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
  73.     </memballoon>
  74.   </devices>
  75. </domain>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement