Re: [PATCH v2 1/3] kvm: x86: Add a hook for arch specific dirty logging emulation

2017-05-11 Thread Bandan Das
"Huang, Kai" writes: ... > Hi Bandan, > > I was just suggesting. You and Paolo still make the decision :) Sure Kai, I don't mind the name change at all. The maintainer has already picked this up and I don't think the function name change is worth submitting a follow

Re: [PATCH v2 1/3] kvm: x86: Add a hook for arch specific dirty logging emulation

2017-05-11 Thread Bandan Das
"Huang, Kai" writes: ... > Hi Bandan, > > I was just suggesting. You and Paolo still make the decision :) Sure Kai, I don't mind the name change at all. The maintainer has already picked this up and I don't think the function name change is worth submitting a follow up. Thank you very much for

Re: [PATCH v2 1/3] kvm: x86: Add a hook for arch specific dirty logging emulation

2017-05-10 Thread Huang, Kai
On 5/11/2017 3:53 AM, Bandan Das wrote: Hi Kai, "Huang, Kai" writes: On 5/6/2017 7:25 AM, Bandan Das wrote: When KVM updates accessed/dirty bits, this hook can be used to invoke an arch specific function that implements/emulates dirty logging such as PML.

Re: [PATCH v2 1/3] kvm: x86: Add a hook for arch specific dirty logging emulation

2017-05-10 Thread Huang, Kai
On 5/11/2017 3:53 AM, Bandan Das wrote: Hi Kai, "Huang, Kai" writes: On 5/6/2017 7:25 AM, Bandan Das wrote: When KVM updates accessed/dirty bits, this hook can be used to invoke an arch specific function that implements/emulates dirty logging such as PML. Signed-off-by: Bandan Das ---

Re: [PATCH v2 1/3] kvm: x86: Add a hook for arch specific dirty logging emulation

2017-05-10 Thread Bandan Das
Hi Kai, "Huang, Kai" writes: > On 5/6/2017 7:25 AM, Bandan Das wrote: >> When KVM updates accessed/dirty bits, this hook can be used >> to invoke an arch specific function that implements/emulates >> dirty logging such as PML. >> >> Signed-off-by: Bandan Das

Re: [PATCH v2 1/3] kvm: x86: Add a hook for arch specific dirty logging emulation

2017-05-10 Thread Bandan Das
Hi Kai, "Huang, Kai" writes: > On 5/6/2017 7:25 AM, Bandan Das wrote: >> When KVM updates accessed/dirty bits, this hook can be used >> to invoke an arch specific function that implements/emulates >> dirty logging such as PML. >> >> Signed-off-by: Bandan Das >> --- >>

Re: [PATCH v2 1/3] kvm: x86: Add a hook for arch specific dirty logging emulation

2017-05-10 Thread Huang, Kai
On 5/6/2017 7:25 AM, Bandan Das wrote: When KVM updates accessed/dirty bits, this hook can be used to invoke an arch specific function that implements/emulates dirty logging such as PML. Signed-off-by: Bandan Das --- arch/x86/include/asm/kvm_host.h | 2 ++

Re: [PATCH v2 1/3] kvm: x86: Add a hook for arch specific dirty logging emulation

2017-05-10 Thread Huang, Kai
On 5/6/2017 7:25 AM, Bandan Das wrote: When KVM updates accessed/dirty bits, this hook can be used to invoke an arch specific function that implements/emulates dirty logging such as PML. Signed-off-by: Bandan Das --- arch/x86/include/asm/kvm_host.h | 2 ++ arch/x86/kvm/mmu.c |

[PATCH v2 1/3] kvm: x86: Add a hook for arch specific dirty logging emulation

2017-05-05 Thread Bandan Das
When KVM updates accessed/dirty bits, this hook can be used to invoke an arch specific function that implements/emulates dirty logging such as PML. Signed-off-by: Bandan Das --- arch/x86/include/asm/kvm_host.h | 2 ++ arch/x86/kvm/mmu.c | 15 +++

[PATCH v2 1/3] kvm: x86: Add a hook for arch specific dirty logging emulation

2017-05-05 Thread Bandan Das
When KVM updates accessed/dirty bits, this hook can be used to invoke an arch specific function that implements/emulates dirty logging such as PML. Signed-off-by: Bandan Das --- arch/x86/include/asm/kvm_host.h | 2 ++ arch/x86/kvm/mmu.c | 15 +++ arch/x86/kvm/mmu.h