diff options
author | Simon Rettberg | 2021-07-01 12:12:50 +0200 |
---|---|---|
committer | Simon Rettberg | 2021-07-01 12:12:50 +0200 |
commit | d8edab02d5c5b814abb24375d3c2e6d2189c5917 (patch) | |
tree | 5bf93d997afd069fd800a267edb41123e858320d | |
parent | [qemu] Handle 'NullPointerException' if config filenames are missing (diff) | |
download | mltk-d8edab02d5c5b814abb24375d3c2e6d2189c5917.tar.gz mltk-d8edab02d5c5b814abb24375d3c2e6d2189c5917.tar.xz mltk-d8edab02d5c5b814abb24375d3c2e6d2189c5917.zip |
[run-virt] Update README
-rw-r--r-- | core/modules/run-virt/README | 6 |
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. |