[Qemu-devel] [PATCH 03/50] log: do not use CONFIG_USER_ONLY

2016-05-16 Thread Paolo Bonzini
This decouples logging further from config-target.h Reviewed-by: Alex Bennée Signed-off-by: Paolo Bonzini --- bsd-user/main.c| 1 + include/qemu/log.h | 17 ++--- linux-user/main.c | 1 + util/log.c | 12 ++-- 4

Re: [Qemu-devel] [PATCH 03/50] log: do not use CONFIG_USER_ONLY

2016-04-21 Thread Alex Bennée
Paolo Bonzini writes: > This decouples logging further from config-target.h > > Signed-off-by: Paolo Bonzini Reviewed-by: Alex Bennée > --- > bsd-user/main.c| 1 + > include/qemu/log.h | 17 ++--- >

[Qemu-devel] [PATCH 03/50] log: do not use CONFIG_USER_ONLY

2016-04-08 Thread Paolo Bonzini
This decouples logging further from config-target.h Signed-off-by: Paolo Bonzini --- bsd-user/main.c| 1 + include/qemu/log.h | 17 ++--- linux-user/main.c | 1 + util/log.c | 12 ++-- 4 files changed, 14 insertions(+), 17 deletions(-)