diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2018-02-01 13:12:25 +0100 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2018-02-14 10:31:10 +0100 |
commit | b955ed71c99585837e7e9dba2c7073b32f1d2b1e (patch) | |
tree | d40e278dbf675949b604b597cb033303501a9a5d | |
parent | ad471f82e990a8bca20aa44dab3c984ec5198b51 (diff) |
Document host_has_cpuflag_kvm
Now host_has_cpuflag_kvm is used, we need to document it.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -216,6 +216,7 @@ This file describe how the DUTs are connected and powered. ``` lab-slave-XX: The name of the slave (where XX is a number) dispatcher_ip: the IP where the slave could be contacted. In lava-docker it is the host IP since docker proxify TFTP from host to the slave. + host_has_cpuflag_kvm: Does the host running lab-slave-XX have KVM boardlist: devicename: Each board must be named by their device-type as "device-type-XX" (where XX is a number) type: the LAVA device-type of this device |