diff mbox series

docs/nvdimm: update doc

Message ID 20210611034133.472812-1-lizhijian@cn.fujitsu.com
State New
Headers show
Series docs/nvdimm: update doc | expand

Commit Message

Li Zhijian June 11, 2021, 3:41 a.m. UTC
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(-)

Comments

Li Zhijian July 7, 2021, 3:35 a.m. UTC | #1
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 mbox series

Patch

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: