Re: [PATCH v8 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit

2022-09-16 Thread Bagas Sanjaya
On Thu, Sep 15, 2022 at 10:29:08PM +0800, Chao Peng wrote: > + - KVM_MEMORY_EXIT_FLAG_PRIVATE - indicates the memory error is caused by > + private memory access when the bit is set otherwise the memory error is > + caused by shared memory access when the bit is clear. s/set otherwise/set. Oth

Re: [PATCH v8 2/8] KVM: Extend the memslot to support fd-based private memory

2022-09-16 Thread Bagas Sanjaya
On Thu, Sep 15, 2022 at 10:29:07PM +0800, Chao Peng wrote: > diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst > index abd7c32126ce..c1fac1e9f820 100644 > --- a/Documentation/virt/kvm/api.rst > +++ b/Documentation/virt/kvm/api.rst > @@ -1319,7 +1319,7 @@ yet and must be c