]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xen/x86/pvh: Use HVM's flush_tlb_others op
authorBoris Ostrovsky <boris.ostrovsky@oracle.com>
Sun, 13 Dec 2015 00:25:55 +0000 (19:25 -0500)
committerJoao Martins <joao.m.martins@oracle.com>
Sun, 27 Mar 2016 01:01:31 +0000 (02:01 +0100)
commit6ddfae05155b22f7b4cb9a0d249060a439dc8fc8
treeefe6e99ddce6959d0c253f5b90905d7031db2bf6
parent2e871f17157e5c608e4a66b4647ad778dd4d5f8a
xen/x86/pvh: Use HVM's flush_tlb_others op

Using MMUEXT_TLB_FLUSH_MULTI doesn't buy us much since the hypervisor
will likely perform same IPIs as would have the guest.

More importantly, using MMUEXT_INVLPG_MULTI may not to invalidate the
guest's address on remote CPU (when, for example, VCPU from another guest
is running there).

Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Suggested-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
(cherry picked from commit 20f36e0380a7e871a711d5e4e59d04d4948326b4)
Signed-off-by: Joao Martins <joao.m.martins@oracle.com>
arch/x86/xen/mmu.c