qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 9/9] log: adds a timestamp to each log entry


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 9/9] log: adds a timestamp to each log entry
Date: Mon, 14 Mar 2016 15:39:10 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0


On 14/03/2016 12:21, Denis V. Lunev wrote:
> This patch is not perfect as messages from different threads could
> interleave but this is not a big deal, timestamps are nearly the
> same.

You could use flockfile and funlockfile to avoid this.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]