diff options
author | khilman <khilman@users.noreply.github.com> | 2018-02-14 09:29:51 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-14 09:29:51 -0800 |
commit | 7af6b055f0961e6fca7dc628cee3cd0a8d034d07 (patch) | |
tree | d40e278dbf675949b604b597cb033303501a9a5d /README.md | |
parent | 10a657a9767b998f4503318c60eae3816b5863e9 (diff) | |
parent | b955ed71c99585837e7e9dba2c7073b32f1d2b1e (diff) |
Merge pull request #21 from montjoie/enablekvm
Allow KVM support for slaves
Diffstat (limited to 'README.md')
-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 |