mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-26 20:03:54 -06:00
bsd-user: Implement target_to_host_resource conversion function
Signed-off-by: Stacey Son <sson@FreeBSD.org> Signed-off-by: Karim Taha <kariem.taha2.7@gmail.com> Reviewed-by: Warner Losh <imp@bsdimp.com> Message-Id: <20230925182425.3163-7-kariem.taha2.7@gmail.com>
This commit is contained in:
parent
00bff01fc0
commit
0caa376878
3 changed files with 50 additions and 0 deletions
|
@ -22,6 +22,10 @@
|
|||
|
||||
#include <sys/resource.h>
|
||||
|
||||
#include "qemu-bsd.h"
|
||||
#include "gdbstub/syscalls.h"
|
||||
#include "qemu/plugin.h"
|
||||
|
||||
/* exit(2) */
|
||||
static inline abi_long do_bsd_exit(void *cpu_env, abi_long arg1)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue