On 07/19/2013 10:42 AM, Ramkumar Ramachandra wrote: > H. Peter Anvin wrote: >> We want to reduce pvops and pvops users, not increase them... > > I see. So the future is true virtualization which exposes the > underlying hardware, like KVM? Why do bare-metal virtualizers like > Xen employ paravirtualization? Also, where does UML stand? >
UML, lguest and Xen were done before the x86 architecture supported hardware virtualization. UML does paravirtualization without needing hooks all over the kernel, which is really impressive, but unfortunately rather slow, which makes it useful mostly for testing. I did at some point wonder if UML would make a decent base platform for something similar to libguestfs, but on KVM-enabled hardware KVM seems like the better option (and is indeed what libguestfs uses.) -hpa -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/