summaryrefslogtreecommitdiffstats
path: root/sample-config/litmus-kvm
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2010-09-22 11:52:52 -0400
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2010-09-22 11:52:52 -0400
commit5ec00aab69673833ed82d33b132e1e54d5401249 (patch)
tree0b203f4ce1408d221df85880ce2a3f8b8b08eb66 /sample-config/litmus-kvm
parentf03d628e1e8bcdbf36aa28e23ca5266e7bafef12 (diff)
Add KVM helper scripts.
Useful for pushing and pull files, as well as launching kernels.
Diffstat (limited to 'sample-config/litmus-kvm')
-rw-r--r--sample-config/litmus-kvm16
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
5SSH_PORT=1234 # CHANGE THIS
6GDB_PORT=4321 # CHANGE THIS
7SSH_HOST=localhost
8
9# for pull
10DATA_DIR="~/liblitmus2010/traces/"
11FILE_GLOB="*"
12DOWNLOADS=~/downloads
13
14# for push
15HOST_LIBLITMUS_DIR=~/dev/liblitmus2010
16KVM_WORKSPACE="~/"