Advertisement
digimer

Untitled

Sep 3rd, 2015
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.07 KB | None | 0 0
  1. <domain type='kvm' id='3'>
  2.   <name>vm02-rhel7</name>
  3.   <uuid>4a3200a2-d8ce-71fc-90c7-b16ed4c13bd6</uuid>
  4.   <memory unit='KiB'>2097152</memory>
  5.   <currentMemory unit='KiB'>2097152</currentMemory>
  6.   <vcpu placement='static'>2</vcpu>
  7.   <os>
  8.     <type arch='x86_64' machine='rhel6.6.0'>hvm</type>
  9.     <boot dev='hd'/>
  10.     <boot dev='cdrom'/>
  11.   </os>
  12.   <features>
  13.     <acpi/>
  14.     <apic/>
  15.     <pae/>
  16.   </features>
  17.   <clock offset='utc'/>
  18.   <on_poweroff>destroy</on_poweroff>
  19.   <on_reboot>destroy</on_reboot>
  20.   <on_crash>destroy</on_crash>
  21.   <devices>
  22.     <emulator>/usr/libexec/qemu-kvm</emulator>
  23.     <disk type='block' device='disk'>
  24.       <driver name='qemu' type='raw' cache='none' io='native'/>
  25.       <source dev='/dev/an-a07n01_vg0/vm02-rhel7_0'/>
  26.       <target dev='vda' bus='virtio'/>
  27.       <alias name='virtio-disk0'/>
  28.       <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
  29.     </disk>
  30.     <disk type='file' device='cdrom'>
  31.       <driver name='qemu' type='raw'/>
  32.       <source file='/shared/files/rhel-server-7.1-x86_64-dvd.iso'/>
  33.       <target dev='hdc' bus='ide'/>
  34.       <readonly/>
  35.       <alias name='ide0-1-0'/>
  36.       <address type='drive' controller='0' bus='1' target='0' unit='0'/>
  37.     </disk>
  38.     <controller type='usb' index='0' model='ich9-ehci1'>
  39.       <alias name='usb0'/>
  40.       <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x7'/>
  41.     </controller>
  42.     <controller type='usb' index='0' model='ich9-uhci1'>
  43.       <alias name='usb0'/>
  44.       <master startport='0'/>
  45.       <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0' multifunction='on'/>
  46.     </controller>
  47.     <controller type='usb' index='0' model='ich9-uhci2'>
  48.       <alias name='usb0'/>
  49.       <master startport='2'/>
  50.       <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x1'/>
  51.     </controller>
  52.     <controller type='usb' index='0' model='ich9-uhci3'>
  53.       <alias name='usb0'/>
  54.       <master startport='4'/>
  55.       <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x2'/>
  56.     </controller>
  57.     <controller type='ide' index='0'>
  58.       <alias name='ide0'/>
  59.       <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
  60.     </controller>
  61.     <controller type='virtio-serial' index='0'>
  62.       <alias name='virtio-serial0'/>
  63.       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
  64.     </controller>
  65.     <interface type='bridge'>
  66.       <mac address='52:54:00:31:1d:79'/>
  67.       <source bridge='ifn_bridge1'/>
  68.       <target dev='vnet1'/>
  69.       <model type='virtio'/>
  70.       <alias name='net0'/>
  71.       <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
  72.     </interface>
  73.     <serial type='pty'>
  74.       <source path='/dev/pts/3'/>
  75.       <target port='0'/>
  76.       <alias name='serial0'/>
  77.     </serial>
  78.     <console type='pty' tty='/dev/pts/3'>
  79.       <source path='/dev/pts/3'/>
  80.       <target type='serial' port='0'/>
  81.       <alias name='serial0'/>
  82.     </console>
  83.     <channel type='spicevmc'>
  84.       <target type='virtio' name='com.redhat.spice.0'/>
  85.       <alias name='channel0'/>
  86.       <address type='virtio-serial' controller='0' bus='0' port='1'/>
  87.     </channel>
  88.     <input type='tablet' bus='usb'>
  89.       <alias name='input0'/>
  90.     </input>
  91.     <input type='mouse' bus='ps2'/>
  92.     <graphics type='spice' port='5901' autoport='yes' listen='127.0.0.1'>
  93.       <listen type='address' address='127.0.0.1'/>
  94.     </graphics>
  95.     <video>
  96.       <model type='qxl' ram='65536' vram='65536' heads='1'/>
  97.       <alias name='video0'/>
  98.       <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
  99.     </video>
  100.     <memballoon model='virtio'>
  101.       <alias name='balloon0'/>
  102.       <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
  103.     </memballoon>
  104.   </devices>
  105.   <seclabel type='dynamic' model='selinux' relabel='yes'>
  106.     <label>unconfined_u:system_r:svirt_t:s0:c301,c635</label>
  107.     <imagelabel>unconfined_u:object_r:svirt_image_t:s0:c301,c635</imagelabel>
  108.   </seclabel>
  109. </domain>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement