
kvmms
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
kvmms is a Virtual Machine(VM) Management System for KDE (essentially a GUI for QEMU). It aids in the creation, management, and running of VMs.
Note: this project is no longer maintained. If you would like to take over maintenance, please contact me at dvdr18-at-gmail.com
dependencies
- Kommander
- QEMU
- ImageMagick
13 years ago
0.2 - compatibility update for QEMU 0.9, note that this release has not been fully tested
13 years ago
0.2 - compatibility update for QEMU 0.9, note that this release has not been fully tested
xylo
13 years ago
This is a graphical interface for kvm / GUI for qemu.
It's a pity that it does not support qemu 0.9. Maybe I can help you with the support for version 0.9. Well I don't want to downgrade ;)
I will post a patch here.
Report
xylo
13 years ago
http://stefan.endrullis.de/downloads/kvmms/kvmms_qemu_0.9.patch
What's new:
- compatible with version 0.8 and version 0.9 of qemu
- if you create a new hd image or import an old one, the new format qcow2 is used now, because since version 0.9 only qcow2 is able to save vm state using "savevm"
- fixed the problem that qemu fails on x86_64 systems with kqemu module loaded
If you have images in the format "qcow", you have to convert them manually in order to use kvmms with qemu 0.9:
qemu-img $old_img -O qcow2 $new_img
Report
nemti
13 years ago
I haven't been using qemu much lately, so haven't had much motivation (nor time) to work on the project. If you'd like to help with / takeover maintenance, you're more than welcome, just let me know.
Report
xylo
13 years ago
Of course you can use my patch to update your kvmms download. If you have questions, please tell me. I could also test new releases.
Currently I have not much time and I'm not often using kvm, so I'm not the right person right now to take over maintenance.
Report
marco4lin
14 years ago
If i launch qemu by shell
qemu -hda 0.img -cdrom /dev/cdrom -boot d -m 150
the problem is solved!!
Maybe there is a problem in the generation of the config file by kvmms!
Report