From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afTeQ-00008Q-UK for qemu-devel@nongnu.org; Mon, 14 Mar 2016 10:39:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afTeN-0002dH-MU for qemu-devel@nongnu.org; Mon, 14 Mar 2016 10:39:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40487) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afTeN-0002dC-Bf for qemu-devel@nongnu.org; Mon, 14 Mar 2016 10:39:15 -0400 References: <1457954501-26528-1-git-send-email-den@openvz.org> <1457954501-26528-10-git-send-email-den@openvz.org> From: Paolo Bonzini Message-ID: <56E6CD0E.2080402@redhat.com> Date: Mon, 14 Mar 2016 15:39:10 +0100 MIME-Version: 1.0 In-Reply-To: <1457954501-26528-10-git-send-email-den@openvz.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 9/9] log: adds a timestamp to each log entry List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Denis V. Lunev" Cc: Markus Armbruster , qemu-devel@nongnu.org, Stefan Hajnoczi , Pavel Butsykin 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