6 projects tagged "QEMU"
slkvm is an application to provide some system tools to work with clustering and virtualization. It focuses on depending on as few external tools as possible but to also support as many virtualization technologies as possible. It works in a cluster environment where heartbeat runs virtual machines of nodes that have failed. It builds an "unheaded" cluster to avoid having a clear point of failure. It is able to build a two node cluster with everything redundant. It avoids compiling a new kernel or newer version of applications, so you can benefit from Debian security updates.
PRoot is a user-space implementation of "chroot", "mount --bind", and "binfmt_misc". This means that users don't need any privileges or setup to do things like using an arbitrary directory as the new root filesystem, making files accessible somewhere else in the filesystem hierarchy, or executing programs built for another CPU architecture transparently through QEMU user mode. Also, developers can add their own features or use PRoot as a Linux process instrumentation engine thanks to its extension mechanism. Technically, PRoot relies on "ptrace", an unprivileged system call available in every Linux kernel.
Collax V-Family is a management suite based on a 64bit Linux system and KVM to provide server virtualization. It offers solutions for single virtualization hosts, as well as high availability management on two or more nodes, allowing embedded HA storage using DRBD and iSCSI. By using live snapshots, automatic live migration, and incremental backups, the availability of virtual machines is increased tremendously in case of hardware and software maintenance or even hardware failures. Virtual network switches and the protocols GVRP, LLDP, and RSTP help to set up a virtual DMZ.
WebVirtMgr is a libvirt-based Web interface for managing virtual machines. It allows you to create and configure new domains, and adjust a domain's resource allocation. A VNC viewer over a SSH tunnel presents a full graphical console to the guest domain. KVM is currently the only hypervisor supported.
UnifiedSessionsManager is a unified and simplified interface for the use and management of local and remote sessions on physical and virtual machines. It provides management of distributed and stacked virtual machines, management of desktops and workspaces on multiple monitors, seamless access to all types of sessions, and support of encrypted connections using SSH.
A set of utility classes that can be used for Desktop application development.
C++ template classes implementing a B+ tree key/data container in main memory.