1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-01-26 14:03:49 +03:00
Luyao Zhong 73fc8c491e conf: Introduce 'pmem' element into xml for NVDIMM memory
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>
2019-01-02 09:00:29 -05:00
..
2018-12-17 17:52:46 +01:00
2018-12-17 17:52:46 +01:00
2017-04-11 13:23:01 +02:00
2018-12-19 15:32:43 +01:00
2018-12-17 17:52:46 +01:00
2016-05-02 07:18:25 +02:00
2018-12-17 17:52:46 +01:00
2017-07-26 15:33:45 +02:00
2017-04-27 14:13:19 +02:00
2016-09-14 13:18:07 +02:00
2016-05-02 07:18:25 +02:00