summaryrefslogtreecommitdiffstats
path: root/core/modules/run-virt/README
diff options
context:
space:
mode:
authorManuel Bentele2021-07-05 09:02:53 +0200
committerManuel Bentele2021-07-05 09:02:53 +0200
commit91696ba9eba0f5254412fa0cb796b737ffb9f2ac (patch)
tree01d7a209a5670b3e8f16c54bc284f719b4d6d911 /core/modules/run-virt/README
parentMerge branch 'master' into installer (diff)
parent[qemu] Fix usage of wrong run-virt variables (diff)
downloadmltk-91696ba9eba0f5254412fa0cb796b737ffb9f2ac.tar.gz
mltk-91696ba9eba0f5254412fa0cb796b737ffb9f2ac.tar.xz
mltk-91696ba9eba0f5254412fa0cb796b737ffb9f2ac.zip
Merge branch 'master' into installer
Diffstat (limited to 'core/modules/run-virt/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.