
KVirtual
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
KVirtual is a KDE4 GUI-frontend for kvm/qemu emulator
The fast and easiest way to configure a virtual host. Not all kvm options are supported for now, but app is still in progress :
* Memory size
* Number of CPU
* USB Support
* Snapshot
* Boot device
* Display: none, direct (sdl), vnc (just port can be configured, host is localhost)
* video card
* keyboard
* storage: file (new qcow2 image can be created) and type (disk,cdrom,floppy)
* iface: model, connection(none, tap or vde), hardware address, up and down script for tap
How to build kvirtual
cd
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$KDEDIRS -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
ava1ar
8 years ago
Report