Whitepaper: A Comparison of Software and Hardware Techniques for x86 Virtualization
Friday, August 11, 2006
| 2 Comments
|
A very interesting whitepaper about differences between software-assisted and hardware-assisted virtualization has been published by VMware:
Until recently, the x86 architecture has not permitted classical trap-and-emulate virtualization. Virtual Machine Monitors for x86, such as VMware Workstation and Virtual PC, have instead used binary translation of the guest kernel code. However, both Intel and AMD have now introduced architectural extensions to support classical virtualization. We compare an existing software VMM with a new VMM designed for the emerging hardware support. Surprisingly, the hardware VMM often suffers lower performance than the pure software VMM. To determine why, we study architecture-level events such as page table updates, context switches and I/O, and find their costs vastly different among native, software VMM and hardware VMM execution. We find that the hardware support fails to provide an unambiguous performance advantage for two primary reasons: first, it offers no support for MMU virtualization; second, it fails to co-exist with existing software techniques for MMU virtualization.We look ahead to emerging techniques for addressing this MMU virtualization problem in the context of hardware-assisted virtualization.Read the whitepaper at source. Highly recommended. Thanks to Keith Adams, co-author of this paper, for the news.
© 2003-2008 virtualization.info
Sitemap
Sitemap


Comments
As an ESX user, it's interesting to me that the authors used Workstation for their comparison. Could that be an indication of where ESX and Workstation are in terms of SVM/VT support?
By
Fritz, at Saturday, August 12, 2006 12:02:00 AM
Followup on previous comment: I read the whitepaper more carefully on my commute home this evening. It appears they used Workstation for experimentation possibly because it's easier to muck around with.
How lame is it that it's late friday night and I'm commenting on a blog about virtualization technology? :-)
By
Fritz, at Saturday, August 12, 2006 8:07:00 AM
Post a new comment