- Full virtualization
:"The concept of full virtualization is well established in the literature, but not always using this specific term. See
virtualization regarding terminology." Full virtualization, incomputer science , is avirtualization technique used to implement a certain kind ofvirtual machine environment: one that provides a "complete simulation of the underlying hardware." The result is a system in which "all" software capable of execution on the raw hardware can be run in the virtual machine. In particular, this includes all operating systems. (This is different from other forms ofvirtualization – which allow only certain or modified software to run within a virtual machine.)The prototypical illustration of full virtualization is in the control program of IBM's
CP/CMS operating system – first demonstrated with IBM's CP-40 research system in 1967, then distributed viaopen source inCP/CMS in 1967-1972, and re-implemented in IBM's VM family from 1972 to the present. EachCP/CMS user was provided a simulated, stand-alone computer. Each suchvirtual machine had the complete capabilities of the underlying machine, and (for its user) the virtual machine was indistinguishable from a private system. This simulation was comprehensive, and was based on the "Principles of Operation" manual for the hardware. It thus included such elements as instruction set, main memory, interrupts, exceptions, and device access. The result was a single machine that could bemultiplexed among many users.Full virtualization is only possible given the right combination of hardware and software elements. For example, it was not possible with most of IBM's
System/360 series with the exception being theIBM System/360-67 ; nor was it possible with IBM's earlySystem/370 system until IBM added virtual memory hardware to theSystem/370 series in 1972.Similarly, full virtualization was not quite possible with the x86 platform until the 2005-2006 addition of the
AMD-V and IVT extensions (seex86 virtualization ). Many virtual machine systems for the x86 platform came very close and claimed full virtualization even prior to theAMD-V and IVT additions. Examples includeAdeos ,Mac-on-Linux ,Parallels Desktop for Mac ,Parallels Workstation VMware Workstation ,VMware Server (formerly GSX Server),VirtualBox , Win4BSD, and Win4Lin Pro. VMware, for instance, employs a technique calledbinary translation to automatically modify x86 software on-the-fly to replace instructions that "pierce the virtual machine" with a different, virtual machine safe sequence of instructions; this technique provides the appearance of full virtualization.cite web
title=Understanding Full Virtualization, Paravirtualization, and Hardware Assist
publisher=VMware
date=11 Sep 2007
author=VMware
accessdate=2007-12-09
url=http://www.vmware.com/files/pdf/VMware_paravirtualization.pdf
format=PDF]A key challenge for full virtualization is the interception and simulation of privileged operations, such as I/O instructions. The effects of every operation performed within a given virtual machine must be kept within that virtual machine – virtual operations cannot be allowed to alter the state of any other virtual machine, the control program, or the hardware. Some machine instructions can be executed directly by the hardware, since their effects are entirely contained within the elements managed by the control program, such as memory locations and arithmetic registers. But other instructions that would "pierce the virtual machine" cannot be allowed to execute directly; they must instead be trapped and simulated. Such instructions either access or affect state information that is outside the virtual machine.
Full virtualization has proven highly successful for a) sharing a computer system among multiple users, b) isolating users from each other (and from the control program) and c) emulating new hardware to achieve improved reliability, security and productivity.
ee also
*
Virtualization
*CP/CMS
* Popek and Goldberg Virtualization Requirements
*Native virtualization
*Partial virtualization
*Comparison of virtual machines References
See specific sources listed under
virtualization and (for historical sources)CP/CMS .External links
* [http://x86virtualization.com/ General current information about x86 Virtualization]
* [http://virtual-strategy.com/ deskop and server virtualization resources]
Wikimedia Foundation. 2010.