From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35651) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTR5i-0004NX-7E for qemu-devel@nongnu.org; Wed, 10 Feb 2016 04:29:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTR5f-0003xs-1m for qemu-devel@nongnu.org; Wed, 10 Feb 2016 04:29:42 -0500 Received: from e06smtp10.uk.ibm.com ([195.75.94.106]:39605) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTR5e-0003xo-Ns for qemu-devel@nongnu.org; Wed, 10 Feb 2016 04:29:38 -0500 Received: from localhost by e06smtp10.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 10 Feb 2016 09:29:37 -0000 Received: from b06cxnps4075.portsmouth.uk.ibm.com (d06relay12.portsmouth.uk.ibm.com [9.149.109.197]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 3D15A17D8042 for ; Wed, 10 Feb 2016 09:29:49 +0000 (GMT) Received: from d06av11.portsmouth.uk.ibm.com (d06av11.portsmouth.uk.ibm.com [9.149.37.252]) by b06cxnps4075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u1A9TYNN9765294 for ; Wed, 10 Feb 2016 09:29:34 GMT Received: from d06av11.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av11.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u1A9TXKr004343 for ; Wed, 10 Feb 2016 02:29:33 -0700 References: <56BB0176.4040408@de.ibm.com> From: Christian Borntraeger Message-ID: <56BB02FC.10501@de.ibm.com> Date: Wed, 10 Feb 2016 10:29:32 +0100 MIME-Version: 1.0 In-Reply-To: <56BB0176.4040408@de.ibm.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] "trace: split trace_init_file out of trace_init_backends" causes hangs on daemonize List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org On 02/10/2016 10:23 AM, Christian Borntraeger wrote: > Paolo, > > > commit 41fc57e44ed64cd4ab5393d83624afd897dabd4f > trace: split trace_init_file out of trace_init_backends > > causes hangs for libvirt when checking the daemonized process, > if the qemu was build with trace-backend=simple. > > Also calling > qemu-system-s390x -machine accel=kvm -S -no-user-config -nodefaults -nographic -M none -qmp unix:/var/lib/libvirt/qemu/capabilities.monitor.sock,server,nowait -pidfile /var/lib/libvirt/qemu/capabilities.pidfile -daemonize > > just hangs > > without "trace-backend=simple" > things are fine. > > Just found a fix on the list.