Message ID | 20210611034133.472812-1-lizhijian@cn.fujitsu.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | docs/nvdimm: update doc | expand |
ping... On 11/06/2021 11:41, Li Zhijian wrote: > The prompt was updated since def835f0da ('hostmem: Don't report pmem attribute if unsupported') > > Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com> > --- > docs/nvdimm.txt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/docs/nvdimm.txt b/docs/nvdimm.txt > index 0aae682be3e..71cdbdf554b 100644 > --- a/docs/nvdimm.txt > +++ b/docs/nvdimm.txt > @@ -247,7 +247,8 @@ is built with libpmem [2] support (configured with --enable-libpmem), QEMU > will take necessary operations to guarantee the persistence of its own writes > to the vNVDIMM backend(e.g., in vNVDIMM label emulation and live migration). > If 'pmem' is 'on' while there is no libpmem support, qemu will exit and report > -a "lack of libpmem support" message to ensure the persistence is available. > +a "lack of libpmem support" (or "Invalid parameter 'pmem'" since v6.0.0) > +message to ensure the persistence is available. > For example, if we want to ensure the persistence for some backend file, > use the QEMU command line: >
diff --git a/docs/nvdimm.txt b/docs/nvdimm.txt index 0aae682be3e..71cdbdf554b 100644 --- a/docs/nvdimm.txt +++ b/docs/nvdimm.txt @@ -247,7 +247,8 @@ is built with libpmem [2] support (configured with --enable-libpmem), QEMU will take necessary operations to guarantee the persistence of its own writes to the vNVDIMM backend(e.g., in vNVDIMM label emulation and live migration). If 'pmem' is 'on' while there is no libpmem support, qemu will exit and report -a "lack of libpmem support" message to ensure the persistence is available. +a "lack of libpmem support" (or "Invalid parameter 'pmem'" since v6.0.0) +message to ensure the persistence is available. For example, if we want to ensure the persistence for some backend file, use the QEMU command line:
The prompt was updated since def835f0da ('hostmem: Don't report pmem attribute if unsupported') Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com> --- docs/nvdimm.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)