summaryrefslogtreecommitdiffstats
path: root/sample-config/litmus-kvm
blob: b724a85ebe6f7470faad9e56acb7142a6c45b216 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Simple Litmus KVM tools config file.
# Copy this to ~/.litmus_kvm

# how to connect to the VM
SSH_PORT=1234 # CHANGE THIS
GDB_PORT=4321 # CHANGE THIS
SSH_HOST=localhost

# for pull
DATA_DIR="~/liblitmus2010/traces/"
FILE_GLOB="*"
DOWNLOADS=~/downloads

# for push
HOST_LIBLITMUS_DIR=~/dev/liblitmus2010
KVM_WORKSPACE="~/"