summaryrefslogtreecommitdiff
path: root/server/kvm.py
AgeCommit message (Expand)AuthorFilesLines
2009-07-11For files that won't be directly executed, the #! is unneccessary and canmbligh1-1/+0
2008-06-06Convert all python code to use four-space indents instead of eight-space tabs.jadmanski1-424/+424
2008-05-15Did some cleanup work on imports in order to remove any of the remaining "fro...mbligh1-7/+7
2008-04-17Convert all imports on the server to use absolute imports.mbligh1-5/+2
2008-01-22A quick fix to the KVM host class.mbligh1-3/+4
2008-01-22I changed KVM.py to use the -pidfile and -daemonize with QEMU, and mbligh1-8/+2
2007-12-04Integrate building from git repo into kvm classmbligh1-1/+18
2007-11-29Pull the server-side errors.py into the common error library.mbligh1-7/+8
2007-11-02Intel Virtualization cpuflags are 'vmx' not 'vme' (Virtual Modembligh1-2/+2
2007-08-10This patch make sure the directory for the BIOS, VGA BIOS and keymaps for qem...mbligh1-2/+5
2007-08-10This patch cleans up kvm.mbligh1-95/+113
2007-08-02Revert breakage of kvm.pymbligh1-415/+410
2007-08-02clean up spacing everywherembligh1-408/+427
2007-07-25This patch makes module loading and unloading optional for kvm.mbligh1-40/+90
2007-07-23This patch adds some functionality to kvm support in autoserv.mbligh1-51/+143
2007-07-11Add initial version of autoservmbligh1-0/+296