]> scripts.mit.edu Git - xen.git/commitdiff
New VM whole-enchilada.
authorroot <root@conan-obrien.mit.edu>
Thu, 9 Jul 2009 20:15:44 +0000 (16:15 -0400)
committerroot <root@conan-obrien.mit.edu>
Thu, 9 Jul 2009 20:15:44 +0000 (16:15 -0400)
.gitignore [deleted file]
scripts-server

diff --git a/.gitignore b/.gitignore
deleted file mode 100644 (file)
index b25c15b..0000000
+++ /dev/null
@@ -1 +0,0 @@
-*~
index 170a7c527802f6f329ec1a011e825e49a084e0ab..4b78a03bab21baf5d6b28e0620b24db50bebb42e 100644 (file)
 vm_host = 0
 vm_mem  = 1
 vm_mac5 = 2
-machines = { 'bees-knees'   : ['not-forward',  4096, 10],
-             'cats-whiskers': ['not-forward',  4096, 20],
-             'not-backward' : ['not-forward',  4096, 30],
-             'busy-beaver'  : ['conan-obrien', 3072, 40],
-             'pancake-bunny': ['conan-obrien', 3072, 50],
+machines = { 'bees-knees'     : ['not-forward',  4096, 10],
+             'cats-whiskers'  : ['not-forward',  4096, 20],
+             'not-backward'   : ['not-forward',  4096, 30],
+             'busy-beaver'    : ['conan-obrien', 3072, 40],
+             'pancake-bunny'  : ['conan-obrien', 3072, 50],
+             'whole-enchilada': ['conan-obrien', 3072, 60],
            }
 vm = machines[machine_name]