From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34425) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtaBV-0006wt-OR for qemu-devel@nongnu.org; Fri, 11 Jan 2013 03:41:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TtaBU-0003nB-1q for qemu-devel@nongnu.org; Fri, 11 Jan 2013 03:41:53 -0500 Date: Fri, 11 Jan 2013 09:41:37 +0100 From: Stefan Hajnoczi Message-ID: <20130111084137.GD23656@stefanha-thinkpad.muc.redhat.com> References: <1357596493-27396-1-git-send-email-sw@weilnetz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1357596493-27396-1-git-send-email-sw@weilnetz.de> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] Replace remaining gmtime, localtime by gmtime_r, localtime_r List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: Kevin Wolf , Peter Maydell , Anthony Liguori , qemu-trivial@nongnu.org, qemu-devel@nongnu.org, Stefan Hajnoczi On Mon, Jan 07, 2013 at 11:08:13PM +0100, Stefan Weil wrote: > This allows removing of MinGW specific code and improves > reentrancy for POSIX hosts. > > Signed-off-by: Stefan Weil > --- > block.c | 10 ---------- > block/vvfat.c | 4 ---- > hw/omap1.c | 2 +- > vl.c | 8 +++----- > 4 files changed, 4 insertions(+), 20 deletions(-) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan