Re: [PATCH v2 17/39] util/log: Drop return value from qemu_log

2022-04-14 Thread Alex Bennée
Richard Henderson writes: > The only user of this feature, tcg_dump_ops, has been > converted to use fprintf directly. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée

[PATCH v2 17/39] util/log: Drop return value from qemu_log

2022-03-26 Thread Richard Henderson
The only user of this feature, tcg_dump_ops, has been converted to use fprintf directly. Signed-off-by: Richard Henderson --- include/qemu/log-for-trace.h | 2 +- util/log.c | 13 ++--- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/include/qemu/log-fo