qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Emulated Guest TLB flush IPIs in qemu-kvm


From: Hu Yaohui
Subject: [Qemu-devel] Emulated Guest TLB flush IPIs in qemu-kvm
Date: Thu, 9 Jan 2014 12:05:26 -0500

Hi all.
If the hardware does not support APIC virtualization: kvm_vcpu_kick sends an
host-IPI to the remote vcpu if that vcpu is in guest mode, a VM-exit
(exit reason: external interrupt) will be triggered due to the host-IPI.
Then on VM-entry (inject_pending_event) the guest-IPI is injected. If
that IPI is a TLB flush IPI,
what will happen if the target vcpu access the stale tlb entry before
the host-IPI arrives?
Thanks for your time!

Best Wishes,
Yaohui Hu



reply via email to

[Prev in Thread] Current Thread [Next in Thread]