|
|
1014a77377
|
update example config
|
2014-11-14 17:16:25 +01:00 |
|
|
|
9e0f3cf806
|
change disk option to disks to add many disks
|
2014-11-07 16:05:56 +01:00 |
|
|
|
bcb22604a4
|
add route6 option to route ipv6 nets to a specific address
|
2014-08-02 23:23:16 +02:00 |
|
|
|
d242e3e65e
|
caching dings mit schneller angeblich und so
|
2014-05-06 17:49:10 +02:00 |
|
|
|
17ea144b62
|
Merge branch 'master' of git.tuxzone.org:vm-manager
Conflicts:
VMHelper.py
|
2013-12-15 19:03:26 +01:00 |
|
|
|
a6bbba40b1
|
delete file after resume
|
2013-12-15 19:01:50 +01:00 |
|
Markus Hauschild
|
fe76eda41b
|
black magic escapint stuff ... thanks davidk
|
2013-12-15 17:50:11 +01:00 |
|
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 |
|
|
|
b8c240b824
|
add busybox udhcps functionality
|
2013-08-16 04:08:36 +02:00 |
|
|
|
0709f0d7bf
|
correct to /etc/vm-manager.json
|
2013-08-15 23:23:08 +02:00 |
|
|
|
e7fa5887b7
|
default to /etc/config.json
|
2013-08-15 23:16:52 +02:00 |
|
|
|
f25bb8201b
|
Move src files to root dir
|
2013-08-15 23:15:43 +02:00 |
|
|
|
6d317b997d
|
code update
|
2013-04-30 08:44:58 +02:00 |
|
|
|
2220cfbd1e
|
mal wieder ein commit
|
2013-04-24 09:27:08 +02:00 |
|
|
|
3917e799fb
|
Much much changes
|
2013-04-07 02:41:58 +02:00 |
|
|
|
05b3f04c8c
|
add qemu-wrapper.sh
|
2013-04-05 20:28:01 +02:00 |
|
|
|
bf1918204f
|
Ein Zwischenstand einfach mal so
|
2013-04-05 20:27:21 +02:00 |
|
|
|
216eae05dd
|
add VMHelper.py
|
2013-04-05 02:55:01 +02:00 |
|
|
|
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 |
|
|
|
f8cfb90e30
|
Initial commit of MC VM Manager
|
2013-04-02 17:12:37 +02:00 |
|