From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MlTlU-0001LU-NH for qemu-devel@nongnu.org; Wed, 09 Sep 2009 16:27:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MlTlQ-0001FU-4d for qemu-devel@nongnu.org; Wed, 09 Sep 2009 16:27:40 -0400 Received: from [199.232.76.173] (port=40962 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MlTlP-0001FI-RD for qemu-devel@nongnu.org; Wed, 09 Sep 2009 16:27:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25885) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MlTlP-0007Ix-DO for qemu-devel@nongnu.org; Wed, 09 Sep 2009 16:27:35 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n89KRYFE004120 for ; Wed, 9 Sep 2009 16:27:34 -0400 Message-ID: <4AA80FB3.4030501@redhat.com> Date: Wed, 09 Sep 2009 22:27:31 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1252339585-27797-1-git-send-email-kraxel@redhat.com> <1252339585-27797-20-git-send-email-kraxel@redhat.com> In-Reply-To: <1252339585-27797-20-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 19/23] convert udp chardev to QemuOpts. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org > --- a/qemu-sockets.c > +++ b/qemu-sockets.c > @@ -26,7 +26,7 @@ > # define AI_ADDRCONFIG 0 > #endif > > -static int sockets_debug = 0; > +static int sockets_debug = 1; Oops. That debug leftover makes qemu a bit verbose ... cheers, Gerd