Re: [PATCH] linux-user: implement execveat

2022-11-03 Thread Drew DeVault
You're right, that's a much better approach. New patch coming up shortly.

Re: [PATCH] linux-user: implement execveat

2022-11-01 Thread Laurent Vivier
Le 31/10/2022 à 09:40, Drew DeVault a écrit : References: https://gitlab.com/qemu-project/qemu/-/issues/1007 Signed-off-by: Drew DeVault --- linux-user/syscall.c | 50 ++-- 1 file changed, 44 insertions(+), 6 deletions(-) diff --git a/linux-user/syscal

[PATCH] linux-user: implement execveat

2022-10-31 Thread Drew DeVault
References: https://gitlab.com/qemu-project/qemu/-/issues/1007 Signed-off-by: Drew DeVault --- linux-user/syscall.c | 50 ++-- 1 file changed, 44 insertions(+), 6 deletions(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index f55cdebee5..795f7