Virtual Machine Notes

I've moved my virtual machine introduction to it's own web page so I can just find my links and notes quickly.


Virtual Machines

Strictly speaking, QEMO is not a VM environment, but a CPU/hardware emulator. It is used to provide a virtual environment.

Xen is the closest you can get to a true virtual environment these days, such as what is used on the IBM platform. Unfortunately, the host OS still needs to talk to the goofy PC hardware, but after that all the I/O and other interfaces are truly virtual.


LibVIRT

libvirt is a virtual virtual machine tool. Essentially it is a library to provide a common interface to a flotilla of virtual machines. This lets you use the same command repetoir with most any virtual machine and hypervisor. One strong advantage of this is that you can swamp out hypervisor implementations with little impact.


QEMU


GuestFish -- guestfs

GuestFish, or guestfs is a shell for mounting and doing I/O on virtual machine disks from a hypervisor. It will let you modify the disks of actively running VMs, so you need to be careful


open vSwitch

Open vSwitch (named after VMware's vSwitch) is a virtual switch used to take care of network traffic to VMs on a hypervisor.


VM File Formats

Microsft

KVM / QEMU

VMware


Automated VMs

XXX vm s for operating systems, instgallationnotes for virutal PC with better add-ons, solaris alternatives, vm alternatives vmware. VM monitoring.


Software Install Issues


Bolo Notes
Bolo's Home Page
Last Modified: Thu Jul 23 15:16:29 CDT 2015
Bolo (Josef Burger) <bolo@cs.wisc.edu>