mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
fb6b391672
Unify the naming of the data directory with the test name. 'tests/qemuxml2argvdata' is for the time converted to a symlink to 'qemuxmlconfdata', to preserve the symlinks in 'tests/qemuxml2xmloutdata' Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
28 lines
675 B
XML
28 lines
675 B
XML
<domain type="kvm">
|
|
<name>NonExistentPageSize</name>
|
|
<uuid>21433e10-aea8-434a-8f81-55781c2e9035</uuid>
|
|
<memory unit="KiB">4194304</memory>
|
|
<currentMemory unit="KiB">4194304</currentMemory>
|
|
<memoryBacking>
|
|
<hugepages>
|
|
<page size="5" unit="MiB"/>
|
|
</hugepages>
|
|
</memoryBacking>
|
|
<vcpu placement="static">2</vcpu>
|
|
<os>
|
|
<type arch="x86_64" machine="pc">hvm</type>
|
|
</os>
|
|
<features>
|
|
<acpi/>
|
|
<apic/>
|
|
<pae/>
|
|
</features>
|
|
<clock offset="utc"/>
|
|
<on_poweroff>destroy</on_poweroff>
|
|
<on_reboot>restart</on_reboot>
|
|
<on_crash>restart</on_crash>
|
|
<devices>
|
|
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
|
</devices>
|
|
</domain>
|