qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 12/16] bsd-user: Implement do_sysctl_kern_proc_vmmap


From: Richard Henderson
Subject: Re: [PATCH 12/16] bsd-user: Implement do_sysctl_kern_proc_vmmap
Date: Sat, 8 Apr 2023 12:12:34 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0

On 4/5/23 14:36, Warner Losh wrote:
From: Stacey Son<sson@FreeBSD.org>

Implement do_sysctl_kern_proc_vmmap. This pulls kern.proc.vmmap out of
the host kernel and converts it to the guest's format.

Signed-off-by: Stacey Son<sson@FreeBSD.org>
Signed-off-by: Warner Losh<imp@bsdimp.com>
---
  bsd-user/freebsd/os-sys.c | 115 ++++++++++++++++++++++++++++++++++++++
  bsd-user/qemu.h           |   3 +
  2 files changed, 118 insertions(+)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]