LWN.net Logo

Merging the kvm tool

Merging the kvm tool

Posted Aug 26, 2011 20:10 UTC (Fri) by meyert (subscriber, #32097)
Parent article: Merging the kvm tool

so what is the advantage of this tool compared to user mode linux (UML)?


(Log in to post comments)

Merging the kvm tool

Posted Aug 28, 2011 20:10 UTC (Sun) by robbe (guest, #16131) [Link]

kvm (native or otherwise) runs a plain, vanilla Linux as its guest OS. UML on the other hand is quite heavily modified. It may also lag the current kernel.

For testing your kernel-patch-du-jour, kvm is most certainly the better choice.

Merging the kvm tool

Posted Aug 31, 2011 15:16 UTC (Wed) by nix (subscriber, #2304) [Link]

What? UML is just another architecture, that is all. It's upstream: it is not meaningful to say that it is 'heavily modified' or that it 'may lag', any more than any other userspace program 'may lag'. If you want a matching version, compile with ARCH=um and you have it.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds