commit | 76bcceff0bfbded075c9703ec5413a9bf50ef8c4 | [log] [tgz] |
---|---|---|
author | Mukesh Rathor <mukesh.rathor@oracle.com> | Fri Jan 03 09:48:08 2014 -0500 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Mon Jan 06 10:44:07 2014 -0500 |
tree | 16d35e4624e64c79fc6132678ff93ca66f061b1e | |
parent | 4e44e44b0bd25bc4ed23232f06fc7275f1e4e38d [diff] |
xen/pvh/mmu: Use PV TLB instead of native. We also optimize one - the TLB flush. The native operation would needlessly IPI offline VCPUs causing extra wakeups. Using the Xen one avoids that and lets the hypervisor determine which VCPU needs the TLB flush. Signed-off-by: Mukesh Rathor <mukesh.rathor@oracle.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>