Re: [PATCH 2/7] KVM: MMU: document clear_spte_count

2013-06-19 Thread Xiao Guangrong
On 06/19/2013 08:41 PM, Paolo Bonzini wrote: > Il 19/06/2013 14:25, Xiao Guangrong ha scritto: >> On 06/19/2013 07:55 PM, Paolo Bonzini wrote: >>> Il 19/06/2013 13:53, Xiao Guangrong ha scritto: On 06/19/2013 07:32 PM, Paolo Bonzini wrote: > Il 19/06/2013 11:09, Xiao Guangrong ha scritto:

Re: [PATCH 2/7] KVM: MMU: document clear_spte_count

2013-06-19 Thread Paolo Bonzini
Il 19/06/2013 14:25, Xiao Guangrong ha scritto: > On 06/19/2013 07:55 PM, Paolo Bonzini wrote: >> Il 19/06/2013 13:53, Xiao Guangrong ha scritto: >>> On 06/19/2013 07:32 PM, Paolo Bonzini wrote: Il 19/06/2013 11:09, Xiao Guangrong ha scritto: > Document it to

Re: [PATCH 2/7] KVM: MMU: document clear_spte_count

2013-06-19 Thread Xiao Guangrong
On 06/19/2013 07:40 PM, Paolo Bonzini wrote: > Il 19/06/2013 11:09, Xiao Guangrong ha scritto: >> Document it to Documentation/virtual/kvm/mmu.txt > > Edits inline, please ack. Good to me. Thank you very much for bearing my poor English. -- To unsubscribe from this list: send the line

Re: [PATCH 2/7] KVM: MMU: document clear_spte_count

2013-06-19 Thread Xiao Guangrong
On 06/19/2013 07:55 PM, Paolo Bonzini wrote: > Il 19/06/2013 13:53, Xiao Guangrong ha scritto: >> On 06/19/2013 07:32 PM, Paolo Bonzini wrote: >>> Il 19/06/2013 11:09, Xiao Guangrong ha scritto: Document it to Documentation/virtual/kvm/mmu.txt >>> >>> While reviewing the docs, I looked at the

Re: [PATCH 2/7] KVM: MMU: document clear_spte_count

2013-06-19 Thread Paolo Bonzini
Il 19/06/2013 13:53, Xiao Guangrong ha scritto: > On 06/19/2013 07:32 PM, Paolo Bonzini wrote: >> Il 19/06/2013 11:09, Xiao Guangrong ha scritto: >>> Document it to Documentation/virtual/kvm/mmu.txt >> >> While reviewing the docs, I looked at the code. >> >> Why can't this happen? >> >> CPU 1:

Re: [PATCH 2/7] KVM: MMU: document clear_spte_count

2013-06-19 Thread Xiao Guangrong
On 06/19/2013 07:32 PM, Paolo Bonzini wrote: > Il 19/06/2013 11:09, Xiao Guangrong ha scritto: >> Document it to Documentation/virtual/kvm/mmu.txt > > While reviewing the docs, I looked at the code. > > Why can't this happen? > > CPU 1: __get_spte_lockless CPU 2:

Re: [PATCH 2/7] KVM: MMU: document clear_spte_count

2013-06-19 Thread Paolo Bonzini
Il 19/06/2013 11:09, Xiao Guangrong ha scritto: > Document it to Documentation/virtual/kvm/mmu.txt Edits inline, please ack. > Signed-off-by: Xiao Guangrong > --- > Documentation/virtual/kvm/mmu.txt | 4 > arch/x86/include/asm/kvm_host.h | 5 + > arch/x86/kvm/mmu.c|

Re: [PATCH 2/7] KVM: MMU: document clear_spte_count

2013-06-19 Thread Paolo Bonzini
Il 19/06/2013 11:09, Xiao Guangrong ha scritto: > Document it to Documentation/virtual/kvm/mmu.txt While reviewing the docs, I looked at the code. Why can't this happen? CPU 1: __get_spte_lockless CPU 2: __update_clear_spte_slow

[PATCH 2/7] KVM: MMU: document clear_spte_count

2013-06-19 Thread Xiao Guangrong
Document it to Documentation/virtual/kvm/mmu.txt Signed-off-by: Xiao Guangrong --- Documentation/virtual/kvm/mmu.txt | 4 arch/x86/include/asm/kvm_host.h | 5 + arch/x86/kvm/mmu.c| 7 --- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git

[PATCH 2/7] KVM: MMU: document clear_spte_count

2013-06-19 Thread Xiao Guangrong
Document it to Documentation/virtual/kvm/mmu.txt Signed-off-by: Xiao Guangrong xiaoguangr...@linux.vnet.ibm.com --- Documentation/virtual/kvm/mmu.txt | 4 arch/x86/include/asm/kvm_host.h | 5 + arch/x86/kvm/mmu.c| 7 --- 3 files changed, 13 insertions(+), 3

Re: [PATCH 2/7] KVM: MMU: document clear_spte_count

2013-06-19 Thread Paolo Bonzini
Il 19/06/2013 11:09, Xiao Guangrong ha scritto: Document it to Documentation/virtual/kvm/mmu.txt While reviewing the docs, I looked at the code. Why can't this happen? CPU 1: __get_spte_lockless CPU 2: __update_clear_spte_slow

Re: [PATCH 2/7] KVM: MMU: document clear_spte_count

2013-06-19 Thread Paolo Bonzini
Il 19/06/2013 11:09, Xiao Guangrong ha scritto: Document it to Documentation/virtual/kvm/mmu.txt Edits inline, please ack. Signed-off-by: Xiao Guangrong xiaoguangr...@linux.vnet.ibm.com --- Documentation/virtual/kvm/mmu.txt | 4 arch/x86/include/asm/kvm_host.h | 5 +

Re: [PATCH 2/7] KVM: MMU: document clear_spte_count

2013-06-19 Thread Xiao Guangrong
On 06/19/2013 07:32 PM, Paolo Bonzini wrote: Il 19/06/2013 11:09, Xiao Guangrong ha scritto: Document it to Documentation/virtual/kvm/mmu.txt While reviewing the docs, I looked at the code. Why can't this happen? CPU 1: __get_spte_lockless CPU 2: __update_clear_spte_slow

Re: [PATCH 2/7] KVM: MMU: document clear_spte_count

2013-06-19 Thread Paolo Bonzini
Il 19/06/2013 13:53, Xiao Guangrong ha scritto: On 06/19/2013 07:32 PM, Paolo Bonzini wrote: Il 19/06/2013 11:09, Xiao Guangrong ha scritto: Document it to Documentation/virtual/kvm/mmu.txt While reviewing the docs, I looked at the code. Why can't this happen? CPU 1:

Re: [PATCH 2/7] KVM: MMU: document clear_spte_count

2013-06-19 Thread Xiao Guangrong
On 06/19/2013 07:55 PM, Paolo Bonzini wrote: Il 19/06/2013 13:53, Xiao Guangrong ha scritto: On 06/19/2013 07:32 PM, Paolo Bonzini wrote: Il 19/06/2013 11:09, Xiao Guangrong ha scritto: Document it to Documentation/virtual/kvm/mmu.txt While reviewing the docs, I looked at the code. Why

Re: [PATCH 2/7] KVM: MMU: document clear_spte_count

2013-06-19 Thread Xiao Guangrong
On 06/19/2013 07:40 PM, Paolo Bonzini wrote: Il 19/06/2013 11:09, Xiao Guangrong ha scritto: Document it to Documentation/virtual/kvm/mmu.txt Edits inline, please ack. Good to me. Thank you very much for bearing my poor English. -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH 2/7] KVM: MMU: document clear_spte_count

2013-06-19 Thread Paolo Bonzini
Il 19/06/2013 14:25, Xiao Guangrong ha scritto: On 06/19/2013 07:55 PM, Paolo Bonzini wrote: Il 19/06/2013 13:53, Xiao Guangrong ha scritto: On 06/19/2013 07:32 PM, Paolo Bonzini wrote: Il 19/06/2013 11:09, Xiao Guangrong ha scritto: Document it to Documentation/virtual/kvm/mmu.txt While

Re: [PATCH 2/7] KVM: MMU: document clear_spte_count

2013-06-19 Thread Xiao Guangrong
On 06/19/2013 08:41 PM, Paolo Bonzini wrote: Il 19/06/2013 14:25, Xiao Guangrong ha scritto: On 06/19/2013 07:55 PM, Paolo Bonzini wrote: Il 19/06/2013 13:53, Xiao Guangrong ha scritto: On 06/19/2013 07:32 PM, Paolo Bonzini wrote: Il 19/06/2013 11:09, Xiao Guangrong ha scritto: Document it