diff options
Diffstat (limited to 'sample-config')
| -rw-r--r-- | sample-config/litmus-kvm | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sample-config/litmus-kvm b/sample-config/litmus-kvm new file mode 100644 index 0000000..b724a85 --- /dev/null +++ b/sample-config/litmus-kvm | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | # Simple Litmus KVM tools config file. | ||
| 2 | # Copy this to ~/.litmus_kvm | ||
| 3 | |||
| 4 | # how to connect to the VM | ||
| 5 | SSH_PORT=1234 # CHANGE THIS | ||
| 6 | GDB_PORT=4321 # CHANGE THIS | ||
| 7 | SSH_HOST=localhost | ||
| 8 | |||
| 9 | # for pull | ||
| 10 | DATA_DIR="~/liblitmus2010/traces/" | ||
| 11 | FILE_GLOB="*" | ||
| 12 | DOWNLOADS=~/downloads | ||
| 13 | |||
| 14 | # for push | ||
| 15 | HOST_LIBLITMUS_DIR=~/dev/liblitmus2010 | ||
| 16 | KVM_WORKSPACE="~/" | ||
