PV on HVM: Difference between revisions
Lars.kurth (talk | contribs) (Created page with "== What is it? == PV on HVM is a mixture of paravirtualization and full hardware virtualization. The primary goal of PV on HVM is to boost performance…") |
Rcpavlicek (talk | contribs) m (→Compatibility) |
||
Line 43: | Line 43: | ||
== Compatibility == |
== Compatibility == |
||
The following links provide information about Xen |
The following links provide information about Xen Project PV on HVM compatibility with various operating systems: |
||
* [[Xen_Kernel_Feature_Matrix#KernelCompatbility|HVM on PV support in the Linux Kernel]] |
* [[Xen_Kernel_Feature_Matrix#KernelCompatbility|HVM on PV support in the Linux Kernel]] |
||
* [[Xen_Kernel_Feature_Matrix#XenLinux|HVM on PV in (legacy) Linux distributions]] |
* [[Xen_Kernel_Feature_Matrix#XenLinux|HVM on PV in (legacy) Linux distributions]] |
Revision as of 22:20, 17 April 2014
What is it?
PV on HVM is a mixture of paravirtualization and full hardware virtualization. The primary goal of PV on HVM is to boost performance of fully virtualized HVM guests through use of specially optimized paravirtual device drivers (also called PVHVM or PV-on-HVM drivers).
The table shows how PV, HVM and PV on HVM compare in terms of virtualization method:
HVM | PV on HVM | PV | |
---|---|---|---|
Boot Sequence | Emulated | Emulated | Paravirtualized |
Memory | Hardware | Hardware | Paravirtualized |
Interrupts, Timers & Spinlocks | Emulated | Paravirtualized (Emulated on Windows) |
Paravirtualized |
Disk & Network | Emulated | Paravirtualized | Paravirtualized |
Privileged Operations | Hardware | Hardware | Paravirtualized |
Performance
PV-on-HVM drivers are optimized PV drivers for HVM environments that bypass the emulation for disk and network IO. They also make use CPU functionality such as Intel EPT or AMD NPT support. Thus, giving you PV-like or better performance on HVM systems. You can find information about performance trade-offs in this presentation. In a nutshell:
- For workloads that favor PV MMUs, PV on HVM is similar to PV
- For workloads that favor nested paging (in hardware with Intel EPT or AMD NPT support), PV on HVM performs better than PV
Compatibility
The following links provide information about Xen Project PV on HVM compatibility with various operating systems: