VirtualBox

Changes between Version 3 and Version 4 of Virtualization


Ignore:
Timestamp:
Nov 14, 2006 5:08:03 PM (18 years ago)
Author:
jose
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Virtualization

    v3 v4  
    33When we describe !VirtualBox as a "virtualization" product, we refer to the particular kind of virtualization that allows an unmodified operating system with all of its installed software to run in a "virtual machine", which is an environment created by the virtualization software in which only certain hardware components are virtualized. The physical computer is then usually called the "host", while the virtual machine is often called a "guest". Most of the guest code runs unmodified, directly on the host computer.
    44
    5 !VirtualBox is therefore different from mere emulators such as [http://fabrice.bellard.free.fr/qemu/ QEMU] which do not allow to run any guest code directly but translate every single machine instructions. While emulators theoretically allow running code written for one type of hardware on completely different hardware (say, running 64-bit Windows code on 32-bit hardware), they are typically quite slow. Virtualizers such as !VirtualBox, on the other hand, can achieve near-native performance for the guest code, but can only run guest code that was written for the same target hardware (such as 32-bit Linux on a 32-bit Windows host).
     5!VirtualBox is therefore different from mere emulators such as [http://fabrice.bellard.free.fr/qemu/ QEMU], which do not allow any guest code to run directly but translate every single machine instructions. While emulators theoretically allow running code written for one type of hardware on completely different hardware (say, running 64-bit Windows code on 32-bit hardware), they are typically quite slow. Virtualizers such as !VirtualBox, on the other hand, can achieve near-native performance for the guest code, but can only run guest code that was written for the same target hardware (such as 32-bit Linux on a 32-bit Windows host).
    66
    77!VirtualBox is also different from so-called "paravirtualization" solutions such as [http://www.xensource.com/xen/ Xen], which require that the guest operating system be modified.

© 2023 Oracle
ContactPrivacy policyTerms of Use