QEMU Web Interface Tools

Sponsored Link
QEMU is a generic and open source machine emulator and virtualizer.When used as a machine emulator, QEMU can run OSes and programs made for one machine (e.g. an ARM board) on a different machine (e.g. your own PC). By using dynamic translation, it achieves very good performance.

When used as a virtualizer, QEMU achieves near native performances by executing the guest code directly on the host CPU. QEMU supports virtualization when executing under the Xen hypervisor or using the KVM kernel module in Linux. When using KVM, QEMU can virtualize x86, server and embedded PowerPC, and S390 guests.

virt-manager

The virt-manager application is a desktop user interface for managing virtual machines through libvirt. It primarily targets KVM VMs, but also manages Xen and LXC (linux containers). It presents a summary view of running domains, their live performance & resource utilization statistics. Wizards enable the creation of new domains, and configuration & adjustment of a domain’s resource allocation & virtual hardware. An embedded VNC and SPICE client viewer presents a full graphical console to the guest domain.

Install virt-manager on ubuntu

Open the terminal and run the following command

sudo apt-get install virt-manager virt-viewer libvirt-bin

Screenshot

3

AQEMU

AQEMU is GUI to QEMU and KVM emulators, written in Qt4. The program have user-friendly interface and allows to set up the majority of QEMU and KVM options.

Install aqemu on ubuntu

Open the terminal and run the following command

sudo apt-get install aqemu

Screenshot

2

Qemu-launcher

Qemu Launcher provides a graphical front-end to all basic, and many advanced QEMU computer emulator options. It allows you to create, save, and run multiple virtual machine configurations, create and convert disk images.Qemu Launcher utilizes the full system emulation mode of QEMU that allows you to run unmodified operating system on virtual hardware.

Install Qemu-launcher on ubuntu

Open the terminal and run the following command

sudo apt-get qemu-launcher

Screenshot

3

They are other web interface tools qtemu,qemudo and kimchi and need to be install from the source.

Sponsored Link

You may also like...

Leave a Reply

Your email address will not be published.