mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 21:01:13 +00:00
6fabd21546
The one for mode=strict fails, as expected, while the one for mode=restrictive currently doesn't even though it should. The next commit will address the issue. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
21 lines
592 B
XML
21 lines
592 B
XML
<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>
|
|
<memory mode='restrictive' nodeset='999'/>
|
|
</numatune>
|
|
<os>
|
|
<type arch='x86_64' machine='pc'>hvm</type>
|
|
<boot dev='hd'/>
|
|
</os>
|
|
<devices>
|
|
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
|
<controller type='usb' model='none'/>
|
|
<controller type='pci' model='pci-root'/>
|
|
<memballoon model='none'/>
|
|
</devices>
|
|
</domain>
|