summaryrefslogtreecommitdiffstats
path: root/core/modules/run-virt/README
diff options
context:
space:
mode:
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.