[PATCH v1 2/2] virt: pvmemcontrol: add Yuanchu and Pasha as maintainers

2024-05-18 Thread Yuanchu Xie
The pvmemcontrol driver lives under drivers/virt/pvmemcontrol. We specify maintainers for the driver. Signed-off-by: Yuanchu Xie --- MAINTAINERS | 7 +++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 3fdc3b09c171..fd77ce0c1328 100644 --- a/MAINTAINERS +++ b

[PATCH v1 1/2] virt: pvmemcontrol: control guest physical memory properties

2024-05-18 Thread Yuanchu Xie
ontrol - defined device endianness as little endian Signed-off-by: Yuanchu Xie --- .../userspace-api/ioctl/ioctl-number.rst | 2 + drivers/virt/Kconfig | 2 + drivers/virt/Makefile | 1 + drivers/virt/pvmemcontrol/Kconfig

Re: [RFC PATCH v1 1/2] virt: memctl: control guest physical memory properties

2024-05-14 Thread Yuanchu Xie
On Tue, May 14, 2024 at 9:06 AM Greg Kroah-Hartman wrote: > > On Mon, May 13, 2024 at 07:03:00PM -0700, Yuanchu Xie wrote: > > Memctl provides a way for the guest to control its physical memory > > properties, and enables optimizations and security features. For > > exampl

[RFC PATCH v1 2/2] virt: memctl: add Yuanchu and Pasha as maintainers

2024-05-13 Thread Yuanchu Xie
The memctl driver lives under drivers/virt/memctl. We specify maintainers for the driver. Signed-off-by: Yuanchu Xie --- MAINTAINERS | 7 +++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 61117c3afa80..5793df2b2f5e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS

[RFC PATCH v1 1/2] virt: memctl: control guest physical memory properties

2024-05-13 Thread Yuanchu Xie
c0m/memctl-set-anon-vma-name/tree/dontneed The VMM implementation is being proposed for Cloud Hypervisor: https://github.com/Dummyc0m/cloud-hypervisor/ Cloud Hypervisor issue: https://github.com/cloud-hypervisor/cloud-hypervisor/issues/6318 Signed-off-by: Yuanchu Xie --- .../userspace-api/ioctl/io