Re: [PATCH v2 33/39] util/log: Rename qemu_logfile to global_file

2022-04-14 Thread Alex Bennée
Richard Henderson writes: > Rename to emphasize this is the file-scope global variable. > > Reviewed-by: Philippe Mathieu-Daudé > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée

[PATCH v2 33/39] util/log: Rename qemu_logfile to global_file

2022-03-26 Thread Richard Henderson
Rename to emphasize this is the file-scope global variable. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- util/log.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/util/log.c b/util/log.c index b3f79deb6c..425f0064b0 100644 --- a/