Re: [PATCH v2 37/39] util/log: Rename QemuLogFile to RCUCloseFILE

2022-04-14 Thread Alex Bennée
Richard Henderson writes: > s/QemuLogFile/RCUCloseFILE/ > s/qemu_logfile_free/rcu_close_file/ > > Emphasize that this is only a carrier for passing a pointer > to call_rcu for closing, and not the real logfile. > > Reviewed-by: Philippe Mathieu-Daudé > Signed-off-by: Richard Henderson Review

[PATCH v2 37/39] util/log: Rename QemuLogFile to RCUCloseFILE

2022-03-26 Thread Richard Henderson
s/QemuLogFile/RCUCloseFILE/ s/qemu_logfile_free/rcu_close_file/ Emphasize that this is only a carrier for passing a pointer to call_rcu for closing, and not the real logfile. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- util/log.c | 28 +---