1
0
Fork 0

KVM: ia64: Flush all TLBs once guest's memory mapping changes.

Flush all vcpu's TLB entries once changes guest's memory mapping.

Signed-off-by: Xiantao Zhang <xiantao.zhang@intel.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
hifive-unleashed-5.1
Xiantao Zhang 2009-04-16 17:59:16 +08:00 committed by Avi Kivity
parent 59839dfff5
commit 64f6afbd4c
1 changed files with 1 additions and 0 deletions

View File

@ -1631,6 +1631,7 @@ int kvm_arch_set_memory_region(struct kvm *kvm,
void kvm_arch_flush_shadow(struct kvm *kvm)
{
kvm_flush_remote_tlbs(kvm);
}
long kvm_arch_dev_ioctl(struct file *filp,