Re: [Qemu-devel] [RFC 20/48] *-user: notify plugin of exit

2018-11-23 Thread Alex Bennée
Emilio G. Cota writes: > Signed-off-by: Emilio G. Cota Reviewed-by: Alex Bennée > --- > bsd-user/syscall.c | 3 +++ > linux-user/exit.c | 1 + > 2 files changed, 4 insertions(+) > > diff --git a/bsd-user/syscall.c b/bsd-user/syscall.c > index 66492aaf5d..b7818af450 100644 > --- a/bsd-user

[Qemu-devel] [RFC 20/48] *-user: notify plugin of exit

2018-10-25 Thread Emilio G. Cota
Signed-off-by: Emilio G. Cota --- bsd-user/syscall.c | 3 +++ linux-user/exit.c | 1 + 2 files changed, 4 insertions(+) diff --git a/bsd-user/syscall.c b/bsd-user/syscall.c index 66492aaf5d..b7818af450 100644 --- a/bsd-user/syscall.c +++ b/bsd-user/syscall.c @@ -332,6 +332,7 @@ abi_long do_free