Re: [PATCH v4 00/14] KVM/X86: Introduce a new guest mapping interface

2018-12-21 Thread Paolo Bonzini
On 03/12/18 10:30, KarimAllah Ahmed wrote: > Guest memory can either be directly managed by the kernel (i.e. have a "struct > page") or they can simply live outside kernel control (i.e. do not have a > "struct page"). KVM mostly support these two modes, except in a few places > where the code seems

Re: [PATCH v4 00/14] KVM/X86: Introduce a new guest mapping interface

2018-12-19 Thread Paolo Bonzini
On 06/12/18 17:01, Konrad Rzeszutek Wilk wrote: > On Mon, Dec 03, 2018 at 10:30:53AM +0100, KarimAllah Ahmed wrote: >> Guest memory can either be directly managed by the kernel (i.e. have a >> "struct >> page") or they can simply live outside kernel control (i.e. do not have a >> "struct page"). K

Re: [PATCH v4 00/14] KVM/X86: Introduce a new guest mapping interface

2018-12-06 Thread Konrad Rzeszutek Wilk
On Mon, Dec 03, 2018 at 10:30:53AM +0100, KarimAllah Ahmed wrote: > Guest memory can either be directly managed by the kernel (i.e. have a "struct > page") or they can simply live outside kernel control (i.e. do not have a > "struct page"). KVM mostly support these two modes, except in a few places

[PATCH v4 00/14] KVM/X86: Introduce a new guest mapping interface

2018-12-03 Thread KarimAllah Ahmed
Guest memory can either be directly managed by the kernel (i.e. have a "struct page") or they can simply live outside kernel control (i.e. do not have a "struct page"). KVM mostly support these two modes, except in a few places where the code seems to assume that guest memory must have a "struct pa