]> scripts.mit.edu Git - xen.git/commitdiff
Merge branch 'master' of ssh://scripts@scripts.mit.edu/mit/scripts/git/xen
authorroot <root@conan-obrien.mit.edu>
Thu, 9 Jul 2009 20:18:36 +0000 (16:18 -0400)
committerroot <root@conan-obrien.mit.edu>
Thu, 9 Jul 2009 20:18:36 +0000 (16:18 -0400)
Conflicts:

scripts-server

Previously uncommitted changes - add whole-enchilada, and reindent

1  2 
scripts-server

diff --cc scripts-server
index 4b78a03bab21baf5d6b28e0620b24db50bebb42e,d665280a08331a3728a986584385e702893ff952..377e277cf3db212ec9f9d35400257709a59b0b71
  vm_host = 0
  vm_mem  = 1
  vm_mac5 = 2
 -machines = { 'bees-knees'   : ['not-forward',  4096, 10],
 -             'cats-whiskers': ['not-forward',  7168, 20],
 -             'not-backward' : ['not-forward',  2048, 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],
++             'cats-whiskers'  : ['not-forward',  7168, 20],
++             'not-backward'   : ['not-forward',  2048, 30],
 +             'busy-beaver'    : ['conan-obrien', 3072, 40],
 +             'pancake-bunny'  : ['conan-obrien', 3072, 50],
 +             'whole-enchilada': ['conan-obrien', 3072, 60],
             }
  vm = machines[machine_name]