Re: [PATCH 3/4] linux-user: remove gemu_log from the linux-user tree

2020-01-14 Thread Alex Bennée
Josh Kunz writes: > Now that all uses have been migrated to `qemu_log' it is no longer > needed. > > Signed-off-by: Josh Kunz Reviewed-by: Alex Bennée > --- > linux-user/main.c | 9 - > linux-user/qemu.h | 1 - > 2 files changed, 10 deletions(-) > > diff --git a/linux-user/main.c b

[PATCH 3/4] linux-user: remove gemu_log from the linux-user tree

2020-01-13 Thread Josh Kunz
Now that all uses have been migrated to `qemu_log' it is no longer needed. Signed-off-by: Josh Kunz --- linux-user/main.c | 9 - linux-user/qemu.h | 1 - 2 files changed, 10 deletions(-) diff --git a/linux-user/main.c b/linux-user/main.c index 0bf40c4d27..945b6adf3a 100644 --- a/linux-u