On 11/12/19 4:01 PM, Robert Foley wrote: > qemu_log_lock() now returns a handle and qemu_log_unlock() receives a > handle to unlock. This allows for changing the handle during logging > and ensures the lock() and unlock() are for the same file. > > Signed-off-by: Robert Foley <[email protected]> > --- > v1 > - Moved this up in the patch sequence to be > before adding RCU for qemu_logfile. > ---
Reviewed-by: Richard Henderson <[email protected]> r~
