Re: [PATCH v2 3/4] KVM: async_pf: Force a nested vmexit if the injected #PF is async_pf

2017-06-21 Thread Wanpeng Li
2017-06-21 0:12 GMT+08:00 Radim Krčmář : > 2017-06-20 05:47+0800, Wanpeng Li: >> 2017-06-19 22:51 GMT+08:00 Radim Krčmář : >> > 2017-06-17 13:52+0800, Wanpeng Li: >> >> 2017-06-16 23:38 GMT+08:00 Radim Krčmář : >> >> > 2017-06-16 22:24+0800, Wanpeng Li: >> >> >> 2017-06-16 21:37 GMT+08:00 Radim Krč

Re: [PATCH v2 3/4] KVM: async_pf: Force a nested vmexit if the injected #PF is async_pf

2017-06-20 Thread Radim Krčmář
2017-06-20 05:47+0800, Wanpeng Li: > 2017-06-19 22:51 GMT+08:00 Radim Krčmář : > > 2017-06-17 13:52+0800, Wanpeng Li: > >> 2017-06-16 23:38 GMT+08:00 Radim Krčmář : > >> > 2017-06-16 22:24+0800, Wanpeng Li: > >> >> 2017-06-16 21:37 GMT+08:00 Radim Krčmář : > >> >> > 2017-06-14 19:26-0700, Wanpeng L

Re: [PATCH v2 3/4] KVM: async_pf: Force a nested vmexit if the injected #PF is async_pf

2017-06-19 Thread Wanpeng Li
2017-06-19 22:51 GMT+08:00 Radim Krčmář : > 2017-06-17 13:52+0800, Wanpeng Li: >> 2017-06-16 23:38 GMT+08:00 Radim Krčmář : >> > 2017-06-16 22:24+0800, Wanpeng Li: >> >> 2017-06-16 21:37 GMT+08:00 Radim Krčmář : >> >> > 2017-06-14 19:26-0700, Wanpeng Li: >> >> >> From: Wanpeng Li >> >> >> >> >> >>

Re: [PATCH v2 3/4] KVM: async_pf: Force a nested vmexit if the injected #PF is async_pf

2017-06-19 Thread Radim Krčmář
2017-06-17 13:52+0800, Wanpeng Li: > 2017-06-16 23:38 GMT+08:00 Radim Krčmář : > > 2017-06-16 22:24+0800, Wanpeng Li: > >> 2017-06-16 21:37 GMT+08:00 Radim Krčmář : > >> > 2017-06-14 19:26-0700, Wanpeng Li: > >> >> From: Wanpeng Li > >> >> > >> >> Add an async_page_fault field to vcpu->arch.except

Re: [PATCH v2 3/4] KVM: async_pf: Force a nested vmexit if the injected #PF is async_pf

2017-06-16 Thread Wanpeng Li
2017-06-16 23:38 GMT+08:00 Radim Krčmář : > 2017-06-16 22:24+0800, Wanpeng Li: >> 2017-06-16 21:37 GMT+08:00 Radim Krčmář : >> > 2017-06-14 19:26-0700, Wanpeng Li: >> >> From: Wanpeng Li >> >> >> >> Add an async_page_fault field to vcpu->arch.exception to identify an async >> >> page fault, and co

Re: [PATCH v2 3/4] KVM: async_pf: Force a nested vmexit if the injected #PF is async_pf

2017-06-16 Thread Wanpeng Li
2017-06-16 23:38 GMT+08:00 Radim Krčmář : > 2017-06-16 22:24+0800, Wanpeng Li: >> 2017-06-16 21:37 GMT+08:00 Radim Krčmář : >> > 2017-06-14 19:26-0700, Wanpeng Li: >> >> From: Wanpeng Li >> >> >> >> Add an async_page_fault field to vcpu->arch.exception to identify an async >> >> page fault, and co

Re: [PATCH v2 3/4] KVM: async_pf: Force a nested vmexit if the injected #PF is async_pf

2017-06-16 Thread Radim Krčmář
2017-06-16 22:24+0800, Wanpeng Li: > 2017-06-16 21:37 GMT+08:00 Radim Krčmář : > > 2017-06-14 19:26-0700, Wanpeng Li: > >> From: Wanpeng Li > >> > >> Add an async_page_fault field to vcpu->arch.exception to identify an async > >> page fault, and constructs the expected vm-exit information fields.

Re: [PATCH v2 3/4] KVM: async_pf: Force a nested vmexit if the injected #PF is async_pf

2017-06-16 Thread Wanpeng Li
2017-06-16 21:37 GMT+08:00 Radim Krčmář : > 2017-06-14 19:26-0700, Wanpeng Li: >> From: Wanpeng Li >> >> Add an async_page_fault field to vcpu->arch.exception to identify an async >> page fault, and constructs the expected vm-exit information fields. Force >> a nested VM exit from nested_vmx_check

Re: [PATCH v2 3/4] KVM: async_pf: Force a nested vmexit if the injected #PF is async_pf

2017-06-16 Thread Radim Krčmář
2017-06-14 19:26-0700, Wanpeng Li: > From: Wanpeng Li > > Add an async_page_fault field to vcpu->arch.exception to identify an async > page fault, and constructs the expected vm-exit information fields. Force > a nested VM exit from nested_vmx_check_exception() if the injected #PF > is async p

[PATCH v2 3/4] KVM: async_pf: Force a nested vmexit if the injected #PF is async_pf

2017-06-14 Thread Wanpeng Li
From: Wanpeng Li Add an async_page_fault field to vcpu->arch.exception to identify an async page fault, and constructs the expected vm-exit information fields. Force a nested VM exit from nested_vmx_check_exception() if the injected #PF is async page fault. Cc: Paolo Bonzini Cc: Radim Krčmář