[CRIU] [PATCH 8/9] x86: cpu -- Add more detailed mode description
Cyrill Gorcunov
gorcunov at gmail.com
Tue Aug 7 19:35:16 MSK 2018
Signed-off-by: Cyrill Gorcunov <gorcunov at gmail.com>
---
Documentation/criu.txt | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/Documentation/criu.txt b/Documentation/criu.txt
index 609234bcacb2..6f9cbd25f54f 100644
--- a/Documentation/criu.txt
+++ b/Documentation/criu.txt
@@ -312,9 +312,17 @@ exists as a built-in one: *criu* can either *merge* or *replace* such.
*--cpu-cap* ['cap'[,'cap'...]]::
Specify CPU capabilities to write to an image file. The argument is a
- comma-separated list of *none*, *fpu*, *cpu*, *ins*, *all*. If the
- argument is omitted or set to *none*, capabilities will not be written,
- which is the default behavior.
+ comma-separated list of:
++
+ - *none* to ignore capabilities at all; the image will not be produced
+ on dump, neither any check performed on restore;
+ - *fpu* to check if FPU module is compatible;
+ - *ins* to check if CPU supports all instructions required;
+ - *cpu* to check if CPU capabilities are exactly matching;
+ - *all* for all above set.
+
++
+By default the option is set to the combination of *fpu* and *cpu*.
*--cgroup-root* ['controller':]/'newroot'::
Change the root for the controller that will be dumped. By default, *criu*
--
2.14.4
More information about the CRIU
mailing list