virtualization – Page 2 – POFTUT

QEMU Tutorial with Examples

QEMU Tutorial with Examples

Qemu is a very old virtualization technology used to virtualize system components and run operating systems on it. Before KVM and XEN QEMU was used heavily but it can not race with VMWARE or VIRTUAL PC. But with the KVM Qemu get superfast speed for computing by using hardware-based virtualization. QEMU acts as a hardware … Read more

Linux KVM Libvirt Tutorial

Hi today we are gonna look for managing vms especially in Linux with libvirt. Libvirt is a library and tools to manage vms. Lbivirt development is supported by Red hat and defacto tool in Linux world. In Linux Kvm/qemu is generally used for virtuulization but libvirt supports Xen, Virtualbox, Vmware, Hyperv too. To install and … Read more

How To Create Snapshot of KVM / Libvirt / Qemu Vm?

KVM  is a hyper visor used by a lot of Linux distributions. I am currently using it and very happy with it. I have most of the abilities paid hypervisors like HyperV, Vmware provides. Snapshots is picture of the VM in specified time. For example we will install new application but it can brake our … Read more