From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60611) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abTsF-0007xZ-Ip for qemu-devel@nongnu.org; Thu, 03 Mar 2016 09:05:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1abTsA-0002GK-Ju for qemu-devel@nongnu.org; Thu, 03 Mar 2016 09:05:03 -0500 Received: from mail-wm0-x244.google.com ([2a00:1450:400c:c09::244]:33972) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abTsA-0002GA-D1 for qemu-devel@nongnu.org; Thu, 03 Mar 2016 09:04:58 -0500 Received: by mail-wm0-x244.google.com with SMTP id p65so4254745wmp.1 for ; Thu, 03 Mar 2016 06:04:58 -0800 (PST) Sender: Paolo Bonzini References: <1457012886-7626-1-git-send-email-den@openvz.org> <56D840D4.4010109@redhat.com> <56D841C6.1060303@openvz.org> From: Paolo Bonzini Message-ID: <56D84487.5070009@redhat.com> Date: Thu, 3 Mar 2016 15:04:55 +0100 MIME-Version: 1.0 In-Reply-To: <56D841C6.1060303@openvz.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/1] log: fix hanged connect from virt-manager to libvirt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Denis V. Lunev" Cc: Vladimir Sementsov-Ogievskiy , qemu-devel@nongnu.org, Dimitris Aragiorgis On 03/03/2016 14:53, Denis V. Lunev wrote: >> A patch has been posted already, and I'll send a pull request tomorrow. > > I have not seen it. Can you post a link? [PATCH] log: do not log if QEMU is daemonized but without -D but I found a missing case that your patch handles, so I'll post a v2 now. Paolo > By the way, there are other cases fixed here, thus may be some > follow up is necessary that is why I am asking.