Re: [PATCH] KVM: VMX: Add ept_sync_context in flush_tlb

2008-07-06 Thread Yang, Sheng
[EMAIL PROTECTED] Date: Sun, 6 Jul 2008 19:16:51 +0800 Subject: [PATCH] KVM: VMX: Add ept_sync_context in flush_tlb Fix a potention issue caused by kvm_mmu_slot_remove_write_access(). The old behavior don't sync EPT TLB with modified EPT entry, which result in inconsistent content of EPT TLB

Re: [PATCH] KVM: VMX: Add ept_sync_context in flush_tlb

2008-07-06 Thread Avi Kivity
:00:00 2001 From: Sheng Yang [EMAIL PROTECTED] Date: Sun, 6 Jul 2008 19:16:51 +0800 Subject: [PATCH] KVM: VMX: Add ept_sync_context in flush_tlb Fix a potention issue caused by kvm_mmu_slot_remove_write_access(). The old behavior don't sync EPT TLB with modified EPT entry, which result

Re: [PATCH] KVM: VMX: Add ept_sync_context in flush_tlb

2008-06-29 Thread Avi Kivity
Yang, Sheng wrote: On Wednesday 25 June 2008 20:02:17 Avi Kivity wrote: Yang, Sheng wrote: From 54dc26e44f1c0aa460bef409b799f36dae56a911 Mon Sep 17 00:00:00 2001 From: Sheng Yang [EMAIL PROTECTED] Date: Wed, 18 Jun 2008 11:23:13 +0800 Subject: [PATCH] KVM: VMX: Add ept_sync_context

Re: [PATCH] KVM: VMX: Add ept_sync_context in flush_tlb

2008-06-25 Thread Avi Kivity
Yang, Sheng wrote: From 54dc26e44f1c0aa460bef409b799f36dae56a911 Mon Sep 17 00:00:00 2001 From: Sheng Yang [EMAIL PROTECTED] Date: Wed, 18 Jun 2008 11:23:13 +0800 Subject: [PATCH] KVM: VMX: Add ept_sync_context in flush_tlb Fix a potention issue caused by kvm_mmu_slot_remove_write_access

Re: [PATCH] KVM: VMX: Add ept_sync_context in flush_tlb

2008-06-25 Thread Yang, Sheng
On Wednesday 25 June 2008 20:02:17 Avi Kivity wrote: Yang, Sheng wrote: From 54dc26e44f1c0aa460bef409b799f36dae56a911 Mon Sep 17 00:00:00 2001 From: Sheng Yang [EMAIL PROTECTED] Date: Wed, 18 Jun 2008 11:23:13 +0800 Subject: [PATCH] KVM: VMX: Add ept_sync_context in flush_tlb Fix

[PATCH] KVM: VMX: Add ept_sync_context in flush_tlb

2008-06-17 Thread Yang, Sheng
From 54dc26e44f1c0aa460bef409b799f36dae56a911 Mon Sep 17 00:00:00 2001 From: Sheng Yang [EMAIL PROTECTED] Date: Wed, 18 Jun 2008 11:23:13 +0800 Subject: [PATCH] KVM: VMX: Add ept_sync_context in flush_tlb Fix a potention issue caused by kvm_mmu_slot_remove_write_access(). The old behavior don't