Paravirtualization Continued
With new VZ enabled chips, we can paravirtualize(PVZ) windows machines.
In Full VZ the guest OS is unaware it is running virtualized. In Para, the guest OS is aware and has drivers that instead of issuing hardware commands that need to be binary translated and captured by the Hypervisor, simply issue commands that the Hypervisor understands.
So, PVZ will have to coordinate less because the Host OS's are coordinating nicely with one another.