On 4/5/23 14:36, Warner Losh wrote:
From: Stacey Son<[email protected]>
Converts host's rusage to the guest's rusage.
Signed-off-by: Stacey Son<[email protected]>
Signed-off-by: Warner Losh<[email protected]>
---
bsd-user/bsd-proc.c | 48 ++++++++++++++++++++++++++++++++++++++++++++
bsd-user/meson.build | 1 +
bsd-user/qemu-bsd.h | 30 +++++++++++++++++++++++++++
3 files changed, 79 insertions(+)
create mode 100644 bsd-user/bsd-proc.c
create mode 100644 bsd-user/qemu-bsd.h
Reviewed-by: Richard Henderson <[email protected]>
r~