Re: [PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory

2022-02-17 Thread Chao Peng
On Tue, Feb 08, 2022 at 08:33:18PM +0200, Mike Rapoport wrote: > (addded linux-api) > > On Tue, Jan 18, 2022 at 09:21:09PM +0800, Chao Peng wrote: > > This is the v4 of this series which try to implement the fd-based KVM > > guest private memory. The patches are based on latest kvm/queue branch >

Re: [PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory

2022-02-08 Thread Mike Rapoport
(addded linux-api) On Tue, Jan 18, 2022 at 09:21:09PM +0800, Chao Peng wrote: > This is the v4 of this series which try to implement the fd-based KVM > guest private memory. The patches are based on latest kvm/queue branch > commit: > > fea31d169094 KVM: x86/pmu: Fix available_event_types check

Re: [PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory

2022-02-02 Thread Nakajima, Jun
> On Feb 2, 2022, at 1:23 AM, Steven Price wrote: > > Hi Jun, > > On 02/02/2022 02:28, Nakajima, Jun wrote: >> >>> On Jan 28, 2022, at 8:47 AM, Steven Price wrote: >>> >>> On 18/01/2022 13:21, Chao Peng wrote: This is the v4 of this series which try to implement the fd-based KVM gu

Re: [PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory

2022-02-02 Thread Steven Price
Hi Jun, On 02/02/2022 02:28, Nakajima, Jun wrote: > >> On Jan 28, 2022, at 8:47 AM, Steven Price wrote: >> >> On 18/01/2022 13:21, Chao Peng wrote: >>> This is the v4 of this series which try to implement the fd-based KVM >>> guest private memory. The patches are based on latest kvm/queue branch

Re: [PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory

2022-02-01 Thread Nakajima, Jun
> On Jan 28, 2022, at 8:47 AM, Steven Price wrote: > > On 18/01/2022 13:21, Chao Peng wrote: >> This is the v4 of this series which try to implement the fd-based KVM >> guest private memory. The patches are based on latest kvm/queue branch >> commit: >> >> fea31d169094 KVM: x86/pmu: Fix availa

Re: [PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory

2022-01-28 Thread Steven Price
On 18/01/2022 13:21, Chao Peng wrote: > This is the v4 of this series which try to implement the fd-based KVM > guest private memory. The patches are based on latest kvm/queue branch > commit: > > fea31d169094 KVM: x86/pmu: Fix available_event_types check for >REF_CPU_CYCLES even

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory

2022-01-18 Thread Chao Peng
This is the v4 of this series which try to implement the fd-based KVM guest private memory. The patches are based on latest kvm/queue branch commit: fea31d169094 KVM: x86/pmu: Fix available_event_types check for REF_CPU_CYCLES event Introduction In general this patch