Re: [PATCH] kvm,async_pf: add missing kvm_async_pf_hash_reset()

2011-02-27 Thread Avi Kivity
On 02/21/2011 05:21 AM, Lai Jiangshan wrote: The hash array of async gfns may still contain some left gfns after kvm_clear_async_pf_completion_queue() called, need to clear them. Applied, thanks. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list:

Re: [PATCH] kvm,async_pf: add missing kvm_async_pf_hash_reset()

2011-02-23 Thread Gleb Natapov
On Mon, Feb 21, 2011 at 11:24:50AM +0800, Lai Jiangshan wrote: On 02/21/2011 11:21 AM, Lai Jiangshan wrote: The hash array of async gfns may still contain some left gfns after kvm_clear_async_pf_completion_queue() called, need to clear them. sorry. Signed-off-by: Lai Jiangshan

[PATCH] kvm,async_pf: add missing kvm_async_pf_hash_reset()

2011-02-20 Thread Lai Jiangshan
The hash array of async gfns may still contain some left gfns after kvm_clear_async_pf_completion_queue() called, need to clear them. diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index 17af71d..dae2d15 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c @@ -525,8 +525,10 @@ int

Re: [PATCH] kvm,async_pf: add missing kvm_async_pf_hash_reset()

2011-02-20 Thread Lai Jiangshan
On 02/21/2011 11:21 AM, Lai Jiangshan wrote: The hash array of async gfns may still contain some left gfns after kvm_clear_async_pf_completion_queue() called, need to clear them. sorry. Signed-off-by: Lai Jiangshan la...@cn.fujitsu.com diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c