mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-26 20:03:54 -06:00
{linux,bsd}-user: Pass pid to fork_end()
The upcoming follow-fork-mode child support requires knowing the child pid. Pass it down. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com> Message-Id: <20240219141628.246823-6-iii@linux.ibm.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20240305121005.3528075-7-alex.bennee@linaro.org>
This commit is contained in:
parent
3d6ed98da8
commit
4edc98fcc8
6 changed files with 14 additions and 10 deletions
|
@ -71,7 +71,7 @@ const char *target_strerror(int err);
|
|||
int get_osversion(void);
|
||||
void init_qemu_uname_release(void);
|
||||
void fork_start(void);
|
||||
void fork_end(int child);
|
||||
void fork_end(pid_t pid);
|
||||
|
||||
/**
|
||||
* probe_guest_base:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue