mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
The 'pmem' option allows users to specify whether the backend
storage of memory-backend-file is a real persistent memory:
<devices>
...
<memory model='nvdimm' access='shared'>
<source>
<path>/dev/dax0.0</path>
<pmem/>
</source>
<target>
<size unit='MiB'>4094</size>
<node>0</node>
<label>
<size unit='MiB'>2</size>
</label>
</target>
</memory>
...
</devices>
Signed-off-by: Luyao Zhong <luyao.zhong@intel.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
Symbolic link
1 line
50 B
XML
Symbolic link
1 line
50 B
XML
../qemuxml2argvdata/memory-hotplug-nvdimm-pmem.xml |