Best offers
|
ProMagix W350 High Performance... | $4095.00 Velocity Micro More info |
|
Dell Precision T3400 375W 64bit... | $599.00 Dell Small Business Systems More info |
|
Mobile Precision M6400n Computer... | $1636.00 Dell Small Business Systems More info |
|
xw4300 Workstation (3.4GHz Pentium 4... | $215.71 Compuvest More info |
|
Precision T3500 Computer Workstation... | $869.00 Dell Small Business Systems More info |
How To: Building Your Own Render Farm
You already know that it can take thousands of processing cores hours to render a single frame of film animation, but did you know it's possible for freelance artists and small studios to benefit from the same sort of parallelism? We show you how! Read More
-
Setting Up Your First 64-Bit Digital Audio Workstation
You already know how to build a PC. But do you know how to take desktop hardware components and turn them into a digital audio workstation? John Brandon discusses how he pieced together his latest musical creation, along with the accompanying software. Read More
-
Supermicro 5046A-XB: X58 Workstation Barebones
We’ve already established that Intel’s Core i7 is the way to go for enthusiasts looking for lots of A/V encoding muscle. Supermicro takes advantage of that commanding position to build its own X58-based workstation barebones. Read More
Partners
The Games selection
violent :
More Mindless Violence
Basic shooting game, but still so powerful! Use the mouse to take aim and shoot at the little beasties before they get to you. Use Space to reload....
|
action :
Yoyo the Star
Yoyo is a young girl who recently graduated and dreams to become a movie star (don't we all). You'll have to guide her on the path to stardom,...
|
Sponsored links
Red Hat Enters the Virtualization Ring
Next news- Email |
- Print |
- Comments (3) |
- Share
Red Hat, well known for its Linux based operating system and middleware now wants to be more of a player in the Virtualization market.
Red Hat has been putting out some hints towards its ambitions of server and desktop virtualization for some time now, most notably since acquiring Qumranet, the creator of the KVM, or kernel based virtual machine, virtualization hypervisor, which took place last September for US$107 million.
We have also seen last weeks announcement of the interoperability agreement with Microsoft which would see Red Hat supporting Microsoft Windows based instances with its Xen and KVM hypervisors, and Microsoft to support Red Hat Enterprise Linux (RHEL) within its Hyper-V hypervisor. With all this going on, Red Hat decided it was time to explain what it was going to do with KVM.
Red Hat has now mapped out its server and desktop virtualization plans, which are to take place over the next 18 months with some commercialized products being delivered as well.
Brian Stevens, Chief technology officer for Red Hat mentioned “Red Hat is in a power position to set the agenda for virtualization”. Stevens did not comment much further as of current except that some of the commercialized product offerings would be called “Red Hat Enterprise Virtualization.” Stevens also mentioned partnering with Intel and IBM to bring this KVM-based technology to the market.
Originally, Red Hat invested most of its time to get the Xen hypervisor embedded inside RHEL 5, a project that was announced in November of 2005 and for delivery by late 2006. The projected was then pushed back by at least six months to March of 2007 since Xen was such a moving target at the time.
In early 2008 Red Hat decided to go with KVM because unlike Xen, KVM is part of the mainstream Linux kernel. This means developers could spend far less time reconciling the Linux kernel and the Xen hypervisor. This is the main reason that Red Hat is going to base its future virtualization strategies on KVM.
Source : Tom's Hardware US






Xen is a hypervisor with a bare microkernel on which VMs (windoze, linux, etc.) run. It dosen't need Linux or other OS-es to run.
To "embed" it in Linux is kind of a nonsense, as Linux is (one of) the VM(s).
KVM is actually Linux with hypervisor functionality included, on which other VMs can run.
More Linux Distributions are jumping on the KVM bandwagon, including Ubuntu, for virtualisation.
footnote: Linux is actually the kernel. The term is misused often to name a Linux Distribution or the OS ( = Linux + system utilities and libraries, aka GNU) which is correctly named Linux/GNU.
@ossie thanks for the info I was a little confused about what exactly was happening.
@Human think: you're welcome
A further clarification:
To fully support the other VMs (domU), on Xen runs a privileged VM (dom0) which provides the interface services with the real HW, which the microkernel doesn't include.
While initially Xen supported just Linux/GNU with a special kernel, there is also support for other OS-es as dom0.