[CRIU] [PATCH 02/11] crit: Show cpuinfo image
Cyrill Gorcunov
gorcunov at gmail.com
Thu Jun 14 20:27:21 MSK 2018
Signed-off-by: Cyrill Gorcunov <gorcunov at gmail.com>
---
lib/py/images/images.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/py/images/images.py b/lib/py/images/images.py
index d70ee1a42557..3717eae478eb 100644
--- a/lib/py/images/images.py
+++ b/lib/py/images/images.py
@@ -511,6 +511,7 @@ handlers = {
'AUTOFS' : entry_handler(autofs_entry),
'FILES' : entry_handler(file_entry),
'NS' : entry_handler(ns_entry),
+ 'CPUINFO' : entry_handler(cpuinfo_entry),
}
def __rhandler(f):
--
2.14.4
More information about the CRIU
mailing list