Re: [PULL for-7.1 09/36] util/log: Remove qemu_log_vprintf

2022-03-23 Thread Richard Henderson
On 3/23/22 06:32, Alex Bennée wrote: Richard Henderson writes: This function is no longer used. Signed-off-by: Richard Henderson I don't know why but this patch failed to apply automatically. Yeah, I saw a conflict on rebase. r~

Re: [PULL for-7.1 09/36] util/log: Remove qemu_log_vprintf

2022-03-23 Thread Alex Bennée
Richard Henderson writes: > This function is no longer used. > > Signed-off-by: Richard Henderson I don't know why but this patch failed to apply automatically. Reviewed-by: Alex Bennée -- Alex Bennée

[PULL for-7.1 09/36] util/log: Remove qemu_log_vprintf

2022-03-20 Thread Richard Henderson
This function is no longer used. Signed-off-by: Richard Henderson --- include/qemu/log.h | 15 --- 1 file changed, 15 deletions(-) diff --git a/include/qemu/log.h b/include/qemu/log.h index 10e284291c..6e45b31253 100644 --- a/include/qemu/log.h +++ b/include/qemu/log.h @@ -72,21 +72