On 11/08/16 17:08 +0000, Stefan Hajnoczi wrote:
On Tue, Nov 08, 2016 at 08:46:14PM +0800, Haozhong Zhang wrote:
Signed-off-by: Haozhong Zhang <[email protected]>
Reviewed-by: Xiao Guangrong <[email protected]>
---
docs/nvdimm.txt | 124 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 124 insertions(+)
create mode 100644 docs/nvdimm.txt
diff --git a/docs/nvdimm.txt b/docs/nvdimm.txt
new file mode 100644
index 0000000..fafca39
--- /dev/null
+++ b/docs/nvdimm.txt
@@ -0,0 +1,124 @@
+QEMU Virtual NVDIMM
+===================
+
+This document explains the usage of virtual NVDIMM (vNVDIMM) feature
+which is available since QEMU v2.6.0.
+
+The current QEMU only implements the persistent memory mode of vNVDIMM
+device.
"and not the block window mode."
Explicitly naming block window mode would be useful for anyone looking
through the docs to find out whether this mode is supported or not.
will add in the next version.
Thanks,
Haozhong
[..]