Skip to content

Instantly share code, notes, and snippets.

View furlongm's full-sized avatar

Marcus Furlong furlongm

View GitHub Profile
#!/usr/bin/env python
# Marcus Furlong <furlongm@vpac.org> 4/4/2012
# Pin vcpus on xen
import sys
sys.path.insert(1, '/usr/lib/xen-4.0/lib/python')
sys.path.insert(1, '/usr/lib/xen-4.0/lib/python/xen/xm')
import os