Re: [Qemu-devel] [PATCH 2/6] linux-user: Add host_fds and manipulators
Le 01/06/2018 à 00:49, Richard Henderson a écrit : > This allows emulation of guest syscalls to reject > manipulations to fds used by the host. > > Signed-off-by: Richard Henderson > --- > linux-user/qemu.h | 30 ++ > linux-user/main.c | 27 ++-
[Qemu-devel] [PATCH 2/6] linux-user: Add host_fds and manipulators
This allows emulation of guest syscalls to reject manipulations to fds used by the host. Signed-off-by: Richard Henderson --- linux-user/qemu.h | 30 ++ linux-user/main.c | 27 ++- 2 files changed, 56 insertions(+), 1 deletion(-) diff --git a/