summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2021-07-01 12:12:50 +0200
committerSimon Rettberg2021-07-01 12:12:50 +0200
commitd8edab02d5c5b814abb24375d3c2e6d2189c5917 (patch)
tree5bf93d997afd069fd800a267edb41123e858320d
parent[qemu] Handle 'NullPointerException' if config filenames are missing (diff)
downloadmltk-d8edab02d5c5b814abb24375d3c2e6d2189c5917.tar.gz
mltk-d8edab02d5c5b814abb24375d3c2e6d2189c5917.tar.xz
mltk-d8edab02d5c5b814abb24375d3c2e6d2189c5917.zip
[run-virt] Update README
-rw-r--r--core/modules/run-virt/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/modules/run-virt/README b/core/modules/run-virt/README
index b04dd07e..45178bbc 100644
--- a/core/modules/run-virt/README
+++ b/core/modules/run-virt/README
@@ -18,6 +18,12 @@ mount, startup scripts, ...
Set to either "true" or "false" so it can simply be used like this:
if $DEBUG; then ....
+# $HW_CORES
+Number of physical CPU cores of host machine.
+
+# $HW_THREADS
+Number of logical CPUs (SMT) of host machine.
+
# $IMGUUID
The UUID of this VM/lecture, extracted from the passed $XMLFILE.
Used to fetch meta data for the VM, like vmx, netrules, netshares, etc.