Re: [PATCH v3 0/6] Make the qemu_logfile handle thread safe.

2019-11-20 Thread Alex Bennée
Robert Foley writes: > This patch adds thread safety to the qemu_logfile handle. This now > allows changing the logfile while logging is active, and also solves > the issue of a seg fault while changing the logfile. > > This patch adds use of RCU for handling the swap out of the > old

[PATCH v3 0/6] Make the qemu_logfile handle thread safe.

2019-11-18 Thread Robert Foley
This patch adds thread safety to the qemu_logfile handle. This now allows changing the logfile while logging is active, and also solves the issue of a seg fault while changing the logfile. This patch adds use of RCU for handling the swap out of the old qemu_logfile file descriptor. Also added