Citrix Systems is acquiring XenSource, whose founders helped develop the open-source Xen hypervsior, for USD 500 million in a move that caps a significant week in the development of virtualization technology. The XenSource acquisition, which both companies announced Aug. 15, comes just a day after VMware, which has long been the dominant player in the x86 virtualization market, announced an initial public offering of 33 million shares of stock. By the end of its first day of trading, the company's stock closed at almost USD 51 a share.
Member since:
2005-07-10
Do you really think KVM is the right solution? I don't think so. KVM depends heavily on Linux so it has a large foot print in the name of Linux. Each individual VM runs inside a linux process so I don't know how strong isolation or good shceduling you get.
KVM lacks good SMP support as well as good live migration. KVM is more suitable for light-weight virtualization needs like on desktop.
But if you want rock-solid and enterprise level virtualization then you need a hypervisor. This is the reason Microsoft is building a hypervisor for enterprise ignoring their own products Virtual Server which works like KVM.
In future their will be DMA remapping support and device assignment, you would want to have a strong isolation between multiple VMs so you can safely assign hardware resources to them.
Btw XEN not in Linux is due to some kernel maintainer's bullshit. XEN is an excellent project (far ahead of it's competition). Redhat knows that and that is why they included it in their OS. But the politics of kernel developers is preventing it to be as mainstream.