Re: [PATCH v5 12/12] Send async PF when guest is not in userspace too.

2010-08-24 Thread Avi Kivity
On 07/19/2010 06:31 PM, Gleb Natapov wrote: If guest indicates that it can handle async pf in kernel mode too send it, but only if interrupt are enabled. Reviewed-by: Rik van Riel Signed-off-by: Gleb Natapov --- arch/x86/kvm/mmu.c |8 +++- 1 files changed, 7 insertions(+), 1 deletion

[PATCH v5 12/12] Send async PF when guest is not in userspace too.

2010-07-19 Thread Gleb Natapov
If guest indicates that it can handle async pf in kernel mode too send it, but only if interrupt are enabled. Reviewed-by: Rik van Riel Signed-off-by: Gleb Natapov --- arch/x86/kvm/mmu.c |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/arch/x86/kvm/mmu.c b/arch/x8