Advertisement
Guest User

Untitled

a guest
Dec 29th, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.34 KB | None | 0 0
  1. <domain type='kvm'>
  2.   <name>ubuntu1804</name>
  3.   <uuid>3e9082ee-db6a-45ff-aca5-99b3064f7f3d</uuid>
  4.   <memory unit='KiB'>4194304</memory>
  5.   <currentMemory unit='KiB'>4194304</currentMemory>
  6.   <vcpu placement='static'>4</vcpu>
  7.   <os>
  8.     <type arch='x86_64' machine='pc-i440fx-bionic'>hvm</type>
  9.     <boot dev='hd'/>
  10.   </os>
  11.   <features>
  12.     <acpi/>
  13.     <apic/>
  14.   </features>
  15.   <cpu mode='custom' match='exact' check='partial'>
  16.     <model fallback='allow'>Haswell-noTSX-IBRS</model>
  17.   </cpu>
  18.   <clock offset='utc'>
  19.     <timer name='rtc' tickpolicy='catchup'/>
  20.     <timer name='pit' tickpolicy='delay'/>
  21.     <timer name='hpet' present='no'/>
  22.   </clock>
  23.   <on_poweroff>destroy</on_poweroff>
  24.   <on_reboot>restart</on_reboot>
  25.   <on_crash>destroy</on_crash>
  26.   <pm>
  27.     <suspend-to-mem enabled='no'/>
  28.     <suspend-to-disk enabled='no'/>
  29.   </pm>
  30.   <devices>
  31.     <emulator>/usr/bin/kvm-spice</emulator>
  32.     <disk type='file' device='disk'>
  33.       <driver name='qemu' type='qcow2'/>
  34.       <source file='/tmp/ubuntu1804.qcow2'/>
  35.       <target dev='vda' bus='virtio'/>
  36.       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
  37.     </disk>
  38.     <disk type='file' device='cdrom'>
  39.       <driver name='qemu' type='raw'/>
  40.       <target dev='hda' bus='ide'/>
  41.       <readonly/>
  42.       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
  43.     </disk>
  44.     <controller type='usb' index='0' model='ich9-ehci1'>
  45.       <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x7'/>
  46.     </controller>
  47.     <controller type='usb' index='0' model='ich9-uhci1'>
  48.       <master startport='0'/>
  49.       <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0' multifunction='on'/>
  50.     </controller>
  51.     <controller type='usb' index='0' model='ich9-uhci2'>
  52.       <master startport='2'/>
  53.       <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x1'/>
  54.     </controller>
  55.     <controller type='usb' index='0' model='ich9-uhci3'>
  56.       <master startport='4'/>
  57.       <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x2'/>
  58.     </controller>
  59.     <controller type='pci' index='0' model='pci-root'/>
  60.     <controller type='ide' index='0'>
  61.       <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
  62.     </controller>
  63.     <interface type='bridge'>
  64.       <mac address='52:54:00:26:1c:9a'/>
  65.       <source bridge='br0'/>
  66.       <model type='virtio'/>
  67.       <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
  68.     </interface>
  69.     <serial type='pty'>
  70.       <target type='isa-serial' port='0'>
  71.         <model name='isa-serial'/>
  72.       </target>
  73.     </serial>
  74.     <console type='pty'>
  75.       <target type='serial' port='0'/>
  76.     </console>
  77.     <input type='tablet' bus='usb'>
  78.       <address type='usb' bus='0' port='1'/>
  79.     </input>
  80.     <input type='mouse' bus='ps2'/>
  81.     <input type='keyboard' bus='ps2'/>
  82.     <graphics type='vnc' port='-1' autoport='yes'>
  83.       <listen type='address'/>
  84.     </graphics>
  85.     <video>
  86.       <model type='cirrus' vram='16384' heads='1' primary='yes'/>
  87.       <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
  88.     </video>
  89.     <memballoon model='virtio'>
  90.       <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
  91.     </memballoon>
  92.   </devices>
  93. </domain>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement