qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 24/32] bsd-user: Implement h2t reaper_pidinfo and h2t/t2h rea


From: Richard Henderson
Subject: Re: [PATCH 24/32] bsd-user: Implement h2t reaper_pidinfo and h2t/t2h reaper_kill structs conversion functions.
Date: Tue, 29 Aug 2023 13:29:55 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0

On 8/27/23 08:57, Karim Taha wrote:
From: Stacey Son<sson@FreeBSD.org>

Signed-off-by: Stacey Son<sson@FreeBSD.org>
Signed-off-by: Karim Taha<kariem.taha2.7@gmail.com>
---
  bsd-user/freebsd/os-proc.c | 50 ++++++++++++++++++++++++++++++++++++++
  1 file changed, 50 insertions(+)

diff --git a/bsd-user/freebsd/os-proc.c b/bsd-user/freebsd/os-proc.c
index f069472156..a413109bc2 100644
--- a/bsd-user/freebsd/os-proc.c
+++ b/bsd-user/freebsd/os-proc.c
@@ -301,3 +301,53 @@ h2t_reaper_status(struct procctl_reaper_status *host_rs,
      return 0;
  }
+static abi_long
+t2h_reaper_kill(abi_ulong target_rk_addr, struct procctl_reaper_kill *host_rk)
+{
+    struct target_procctl_reaper_kill *target_rk;
+

Unused functions will error; non-bisectable.


r~



reply via email to

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