All Projects → F1ash → Qt Virt Manager

F1ash / Qt Virt Manager

Licence: gpl-2.0
Qt Virtual machines manager

Projects that are alternatives of or similar to Qt Virt Manager

Node Libvirt
libvirt bindings for google v8 javascript engine (nodejs addon)
Stars: ✭ 162 (+10.96%)
Mutual labels:  vmware, libvirt, lxc
cbtool
Cloud Rapid Experimentation and Analysis Toolkit
Stars: ✭ 65 (-55.48%)
Mutual labels:  lxc, libvirt
Robox
The tools needed to robotically create/configure/provision a large number of operating systems, for a variety of hypervisors, using packer.
Stars: ✭ 303 (+107.53%)
Mutual labels:  vmware, libvirt
ansible virtualization
Ansible Collection: Virtualization roles
Stars: ✭ 31 (-78.77%)
Mutual labels:  vmware, lxc
Amicontained
Container introspection tool. Find out what container runtime is being used as well as features available.
Stars: ✭ 638 (+336.99%)
Mutual labels:  libvirt, lxc
Dotherside
C language library for creating bindings for the Qt QML language
Stars: ✭ 140 (-4.11%)
Mutual labels:  qt
Huggle3 Qt Lx
Huggle is an anti-vandalism tool for use on MediaWiki based projects
Stars: ✭ 143 (-2.05%)
Mutual labels:  qt
Libvirt Hook Qemu
Libvirt hook for setting up iptables port-forwarding rules when using NAT-ed networking.
Stars: ✭ 137 (-6.16%)
Mutual labels:  libvirt
Packer
Package and deploy apps built with NodeGui to all platforms
Stars: ✭ 137 (-6.16%)
Mutual labels:  qt
Openauto
AndroidAuto headunit emulator
Stars: ✭ 1,926 (+1219.18%)
Mutual labels:  qt
Moneyguru
Future-aware personal finance application
Stars: ✭ 145 (-0.68%)
Mutual labels:  qt
Vic Product
vSphere Integrated Containers enables VMware customers to deliver a production-ready container solution to their developers and DevOps teams.
Stars: ✭ 143 (-2.05%)
Mutual labels:  vmware
Terraform Vsphere Kubespray
Deploy a Kubernetes HA cluster on VMware vSphere
Stars: ✭ 141 (-3.42%)
Mutual labels:  vmware
Examples
Repo containing example apps made with NodeGui and React NodeGui
Stars: ✭ 144 (-1.37%)
Mutual labels:  qt
Qcodeeditor
Qt Code Editor widget.
Stars: ✭ 136 (-6.85%)
Mutual labels:  qt
Appvm
Nix-based app VMs
Stars: ✭ 146 (+0%)
Mutual labels:  libvirt
Chromium os Vm Vmware
Build and run your Chromium OS on VMWare virtual machine client
Stars: ✭ 137 (-6.16%)
Mutual labels:  vmware
Qtpromise
Promises/A+ implementation for Qt/C++
Stars: ✭ 137 (-6.16%)
Mutual labels:  qt
Gqrx
Software defined radio receiver powered by GNU Radio and Qt.
Stars: ✭ 1,934 (+1224.66%)
Mutual labels:  qt
Pilas
Pilas engine
Stars: ✭ 141 (-3.42%)
Mutual labels:  qt

qt-virt-manager

Main widget

A GUI application for managing virtual machines.

Known issues:

1. If failures occur in connections that are using ssh,
   you must ensure that in the system installed ssh
   and an application like ssh-askpass for your DE,
   also the environment variable SSH_ASKPASS was set.
   For example: SSH_ASKPASS=/usr/bin/ksshaskpass
   You can do it in $HOME/.bash_profile file at least.

2. Adding devices implemented partially.

3. In Spice client viewer:

    * the Smartcard manager is not implemented yet.

Building parameters:

BUILD_QT_VERSION
    if not defined or equal 5, then will build with Qt5,
    if equal 4, then with Qt4 (last supported version 0.42.67)

WITH_LIBCACARD
    if defined and above zero, then libcacard.h required
    and will used SpiceSmartcard Channel for smartcards

USE_SPICE_AUDIO
    if not defined or above zero, then will used
    Spice[Playback/Record] Channels for audio

WITH_SPICE_SUPPORT
    if not defined or above zero, then will build with SPICE

WITH_VNC_SUPPORT
    if not defined or above zero, then will build with VNC

WITH_LXC_SUPPORT
    if not defined or above zero, then will build with LXC

Build requires:

* with Qt4              (optional, BUILD_QT_VERSION=4)
libQtCore.so
libQtGui.so
libQtMultimedia.so
libQtSvg.so
libQtXml.so
libQtNetwork.so
libqtermwidget4.so

* with Qt5              (default, BUILD_QT_VERSION=5)
libQt5Core.so
libQt5Gui.so
libQt5Multimedia.so
libQt5Svg.so
libQt5Widgets.so
libQt5Xml.so
libQt5Network.so
libqtermwidget5.so

libcacard.so            (optional, WITH_LIBCACARD)

libgio-2.0.so
libglib-2.0.so
libgmodule-2.0.so
libgobject-2.0.so
libgthread-2.0.so
libspice-client-glib-2.0.so
libvncclient.so
libvirt.so

libkrdccore.so          (optional, if building occures on Linux)

Experimental HomeBrew for OS X

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].