2007/01/05

xen virtualization notes

1. Para-virtualization - host OS and guest OS both need modifications, which makes them work in a co-operating way, very fast but not very flexiable as the guest OS need modifications.
2. Full virtualization - guest OS no need modification, but need processor support, can run in very fast speed,flexible but not as fast as para-virtualization.
3. Migration - Para-virtualized guest OS can be migrated to other host, but they must have shared storage like NFS for the filesystem image, and xen version need to be the same.
4. PAE vs non-PAE - For memory more than 2 Gb, the kernel neded to enasble "highmem" and "pae" support. If the host OS has pae support but the guest doesn't have, the guest OS won't be able to boot and vise vesa.