Linked by Thom Holwerda on Wed 15th Aug 2007 21:36 UTC
Thread beginning with comment 263883
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[5]: Can you say "fork"
by CrazyDude0 on Thu 16th Aug 2007 23:29
in reply to "RE[4]: Can you say "fork""





Member since:
2007-08-14
KVM *is* the right *technical* solution for opensource. Xen is a bloated hack that has its interest in the times where there was no hardware support for virtualisation (VT/SVM). Now it's just overcomplicated.
Actually, Xen is not just about the hypervisor, as this one is useless without the Dom0... until they reinvent the wheel and reimplement all the drivers and FS support inside the hypervisor. If you crash Dom0 then your machine is dead. Talking about stability, security and strong isolation? Try to read about DomU to hypervisor and Dom0 communications...
KVM is about to catch up with Xen after only 1 year of developpment (it *does* support SMP) and far less ressources. Because it's design is clean.
And no, Microsoft Virtual Server is not working like KVM, not at all (hint, VT/SVM)...