Re: [RFC v3 05/10] linux-user: Implement native-bypass option support

2023-07-03 Thread Alex Bennée
Yeqi Fu writes: > This commit implements the -native-bypass support in linux-user. The > native_calls_enabled() function can be true only when the > '-native-bypass' option is given. > > Signed-off-by: Yeqi Fu > --- > linux-user/main.c | 36 > 1 file chang

[RFC v3 05/10] linux-user: Implement native-bypass option support

2023-06-25 Thread Yeqi Fu
This commit implements the -native-bypass support in linux-user. The native_calls_enabled() function can be true only when the '-native-bypass' option is given. Signed-off-by: Yeqi Fu --- linux-user/main.c | 36 1 file changed, 36 insertions(+) diff --git a/