Description: 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 ..
How is it possible, that GUI is not fits 1024x768 screen? A lot of laptops still have less then 1000 pixels in vertical dimension, but currently on such screens your app is almost unusable...
Ratings & Comments
1 Comment
How is it possible, that GUI is not fits 1024x768 screen? A lot of laptops still have less then 1000 pixels in vertical dimension, but currently on such screens your app is almost unusable...