Re: [PATCH v9 8/8] KVM: Enable and expose KVM_MEM_PRIVATE

2022-10-27 Thread Fuad Tabba
Hi, On Tue, Oct 25, 2022 at 4:20 PM Chao Peng wrote: > > Expose KVM_MEM_PRIVATE and memslot fields restricted_fd/offset to > userspace. KVM register/unregister private memslot to fd-based > memory backing store and responses to invalidation event from > restrictedmem_notifier to zap the existing

[PATCH v9 8/8] KVM: Enable and expose KVM_MEM_PRIVATE

2022-10-25 Thread Chao Peng
Expose KVM_MEM_PRIVATE and memslot fields restricted_fd/offset to userspace. KVM register/unregister private memslot to fd-based memory backing store and responses to invalidation event from restrictedmem_notifier to zap the existing memory mappings in the secondary page table. Whether KVM_MEM_PRI