Commit Graph
15 Commits
Author SHA1 Message Date
Markus Hauschild eb356897bb add untested code to allow resuming of a hibernated VM 2013-12-15 16:38:55 +01:00
Markus Hauschild 680c56eebd prepare hibernation/resuming from hibernation file 2013-12-15 13:49:57 +01:00
Markus Hauschild 266b7fcc6b Improve help message for status 2013-12-15 13:39:34 +01:00
catdog2 b8c240b824 add busybox udhcps functionality 2013-08-16 04:08:36 +02:00
catdog2 0709f0d7bf correct to /etc/vm-manager.json 2013-08-15 23:23:08 +02:00
catdog2 e7fa5887b7 default to /etc/config.json 2013-08-15 23:16:52 +02:00
catdog2 f25bb8201b Move src files to root dir 2013-08-15 23:15:43 +02:00
catdog2 6d317b997d code update 2013-04-30 08:44:58 +02:00
catdog2 2220cfbd1e mal wieder ein commit 2013-04-24 09:27:08 +02:00
catdog2 3917e799fb Much much changes 2013-04-07 02:41:58 +02:00
catdog2 05b3f04c8c add qemu-wrapper.sh 2013-04-05 20:28:01 +02:00
catdog2 bf1918204f Ein Zwischenstand einfach mal so 2013-04-05 20:27:21 +02:00
catdog2 216eae05dd add VMHelper.py 2013-04-05 02:55:01 +02:00
catdog2 577438a24c Add a python 3 version of qmp.py
* Converted to python 3 with 2to3
* Changed self.__sock.sendall(json.dumps(qmp_cmd)) to
  self.__sock.sendall(bytes(json.dumps(qmp_cmd), 'UTF-8'))
2013-04-03 14:21:37 +02:00
catdog2 f8cfb90e30 Initial commit of MC VM Manager 2013-04-02 17:12:37 +02:00