From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34652) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaipa-0001Px-9D for qemu-devel@nongnu.org; Tue, 01 Mar 2016 06:51:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aaipX-0008LP-Fz for qemu-devel@nongnu.org; Tue, 01 Mar 2016 06:51:10 -0500 Received: from mail-wm0-x231.google.com ([2a00:1450:400c:c09::231]:38882) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaipW-0008L6-VV for qemu-devel@nongnu.org; Tue, 01 Mar 2016 06:51:07 -0500 Received: by mail-wm0-x231.google.com with SMTP id l68so29700297wml.1 for ; Tue, 01 Mar 2016 03:51:06 -0800 (PST) Sender: Paolo Bonzini References: <56BCCB44.4060203@redhat.com> <1455795518-19205-1-git-send-email-dimara@arrikto.com> <1456830921.23994.14.camel@redhat.com> <20160301114707.GG26728@redhat.com> From: Paolo Bonzini Message-ID: <56D58227.1080408@redhat.com> Date: Tue, 1 Mar 2016 12:51:03 +0100 MIME-Version: 1.0 In-Reply-To: <20160301114707.GG26728@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] log: Redirect stderr to logfile if deamonized List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" , Gerd Hoffmann Cc: Dimitris Aragiorgis , qemu-devel@nongnu.org On 01/03/2016 12:47, Daniel P. Berrange wrote: > means that QEMU will never close stderr anymore, so libvirt things > QEMU is still starting up....forever. > > Given current libvirt behaviour / expectations, I think the only > option is to revert this change. Why not fix it instead? :) Paolo