Re: [Qemu-devel] [PATCH v3 21/50] *-user: notify plugin of exit

2019-06-17 Thread Richard Henderson
On 6/14/19 10:11 AM, Alex Bennée wrote: > From: "Emilio G. Cota" > > Reviewed-by: Alex Bennée > Signed-off-by: Emilio G. Cota > --- > bsd-user/syscall.c | 3 +++ > linux-user/exit.c | 1 + > 2 files changed, 4 insertions(+) Reviewed-by: Richard Henderson r~

[Qemu-devel] [PATCH v3 21/50] *-user: notify plugin of exit

2019-06-14 Thread Alex Bennée
From: "Emilio G. Cota" Reviewed-by: Alex Bennée 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 1ee6195d9f..84a983a9a1 100644 --- a/bsd-user/syscall.c +++