From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34740) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aR2RS-0004l6-0b for qemu-devel@nongnu.org; Wed, 03 Feb 2016 13:46:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aR2RO-00067v-RW for qemu-devel@nongnu.org; Wed, 03 Feb 2016 13:46:13 -0500 Received: from mail-wm0-x232.google.com ([2a00:1450:400c:c09::232]:36488) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aR2RO-00067p-Jr for qemu-devel@nongnu.org; Wed, 03 Feb 2016 13:46:10 -0500 Received: by mail-wm0-x232.google.com with SMTP id p63so179077296wmp.1 for ; Wed, 03 Feb 2016 10:46:10 -0800 (PST) Sender: Paolo Bonzini References: <1454514465-11856-1-git-send-email-stefanha@redhat.com> <1454514465-11856-11-git-send-email-stefanha@redhat.com> <20160203173854.GA12401@arr> From: Paolo Bonzini Message-ID: <56B24AEF.3010009@redhat.com> Date: Wed, 3 Feb 2016 19:46:07 +0100 MIME-Version: 1.0 In-Reply-To: <20160203173854.GA12401@arr> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 10/13] log: move qemu-log.c into util/ directory List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dimitris Aragiorgis , Stefan Hajnoczi Cc: qemu-devel@nongnu.org, "Denis V. Lunev" , Alex Pyrgiotis , Peter Maydell On 03/02/2016 18:38, Dimitris Aragiorgis wrote: > Hi all, > > A while ago me and Alex [cc'ed] submitted a trivial patch related > to logging [1]. Since this patch set here moves the qemu-log.c > under util/, our patch will not apply any more. Should we rebase it > and resend it against current master? git can handle it, it will apply. I'll look at the patch tomorrow, it's a good idea (though -daemonize isn't a good idea :)). Paolo