On 10/16/2012 08:50 PM, Rohan Sharma wrote: > Thanks for the reply. > I have one more question. > If I do munmap of the RAM allocated in qemu, > will the changes be reflected in KVM Ept.
Yes. Those changes will be reflected. See kvm_mmu_notifier_invalidate_page(), and related. > I guess there is some mmu notifier which ensures that entries of EPT > are synced with the host entries. > > On Tue, Oct 16, 2012 at 8:27 PM, Avi Kivity <[email protected]> wrote: >> On 10/16/2012 01:57 PM, Rohan Sharma wrote: >>> Is there a way to flush ept entries in qemu-kvm. >> >> No. >> >> >> -- >> error compiling committee.c: too many arguments to function > -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
