Reply to Message

View discussion in a popup

Replying to:
AndreTheGiant
Immortal
Immortal

First read the previous link.

The idea of Paravirtualization is release the requirement that the guest OS must be a un-modified OS (same as if is running on physical system).

If the guest OS know the hypervisors it can run specific function valid in the specific virtual environment.

There are at least two example in Paravirtualization:

  • one in the device drivers... drivers specific for the virtual environment (like vmxnet or pvscsi) to improve the performance
  • one related to the un-safe CPU instruction... little complicated to explain in few raw (search for for info about Xen hypervisor on Linux)
Andre | http://about.me/amauro | http://vinfrastructure.it/ | @Andrea_Mauro
Reply
0 Kudos