File: numatune-memnode.xml

package info (click to toggle)
libvirt 12.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 212,536 kB
  • sloc: ansic: 537,688; xml: 342,012; python: 12,056; perl: 2,626; sh: 2,175; makefile: 448; javascript: 126; cpp: 22
file content (33 lines) | stat: -rw-r--r-- 1,058 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<domain type='qemu'>
  <name>QEMUGuest</name>
  <uuid>9f4b6512-e73a-4a25-93e8-5307802821ce</uuid>
  <memory unit='KiB'>24682468</memory>
  <currentMemory unit='KiB'>24682468</currentMemory>
  <vcpu placement='static'>32</vcpu>
  <numatune>
    <memnode cellid='0' mode='preferred' nodeset='3'/>
    <memory mode='strict' nodeset='0-3'/>
    <memnode cellid='2' mode='strict' nodeset='0-2,^1'/>
  </numatune>
  <os>
    <type arch='x86_64' machine='pc'>hvm</type>
    <boot dev='hd'/>
  </os>
  <cpu>
    <numa>
      <cell id='0' cpus='0' memory='20002' unit='KiB'/>
      <cell id='1' cpus='1-27,29' memory='660066' unit='KiB'/>
      <cell id='2' cpus='28,30-31' memory='24002400' unit='KiB'/>
    </numa>
  </cpu>
  <clock offset='utc'/>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>destroy</on_crash>
  <devices>
    <emulator>/usr/bin/qemu-system-x86_64</emulator>
    <controller type='usb' index='0'/>
    <controller type='pci' index='0' model='pci-root'/>
    <memballoon model='virtio'/>
  </devices>
</domain>