

LinuxWorld: Stronger I/O & VM Coming Soon to Linux 37
Mark Brunelli, News Editor writes "Tim Witham, CTO of Open Source Development Labs and a featured speaker at LinuxWorld, says the next Linux kernel will feature improved input/output and virtualization capabilities. Said Witham: 'Enabling virtualization is a big win [for Linux 2.6] as it allows IT shops to start their development cycles for a technology they will be looking at deploying within the next year or so. There has been lots of good work done with regard to system scalability, memory management, disk I/O, process and thread scalability. Also, work done for availability, like a greatly improved multi-path I/O [were victories].'"
Re:Terrible title (Score:3, Insightful)
User Mode Linux is in 2.6, however, I believe they are referring to "Xen" which is a separate "arch" (like PPC, x86, SPARC). It is essentially an "arch" all it's own so that it can implement the low level details it needs to provide to the hosted OS's, but it has to run on top of a standard Linux kernel. It's an interesting concept.
Kirby
Re:Terrible title (Score:2, Insightful)
No Xen cannot virtualize/host any OS.
Instead the OS must be modified to support it. If you look at the Xen homepage [cam.ac.uk] you'll see more details.
Whilst this doesn't diminish the usefulness of the project it does mean you cannot host an XP installation - like you can with Qemu [bellard.free.fr] , or the commerical software VMWare.
I have used Qemu extensively in the past to host installations of Windows upon my Debian machine [debian-adm...ration.org] - whilst it is not as fast as Xen promises to be it is the best around at the moment (short of spending cash!)
Re:What's with Linux and Disk blocking anyway? (Score:3, Insightful)