Skip to content

Commit

Permalink
KVM: ia64: Flush all TLBs once guest's memory mapping changes.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Xiantao Zhang authored and Avi Kivity committed Jun 10, 2009
1 parent 59839df commit 64f6afb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/ia64/kvm/kvm-ia64.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 64f6afb

Please sign in to comment.