From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35576) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFmIo-0000ob-4n for qemu-devel@nongnu.org; Fri, 29 Apr 2011 07:56:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QFmIn-0006uw-DN for qemu-devel@nongnu.org; Fri, 29 Apr 2011 07:56:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22465) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFmIn-0006uq-1V for qemu-devel@nongnu.org; Fri, 29 Apr 2011 07:56:05 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p3TBu3Q0010808 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 29 Apr 2011 07:56:03 -0400 Received: from rincewind.home.kraxel.org (vpn1-6-40.ams2.redhat.com [10.36.6.40]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p3TBu192024994 for ; Fri, 29 Apr 2011 07:56:02 -0400 Message-ID: <4DBAA751.1040109@redhat.com> Date: Fri, 29 Apr 2011 13:56:01 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1304069912-21629-1-git-send-email-kraxel@redhat.com> <1304069912-21629-3-git-send-email-kraxel@redhat.com> <20110429111854.GA3771@playa> In-Reply-To: <20110429111854.GA3771@playa> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/4] spice: don't create updates in spice server context. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, >> -static int debug = 0; >> +static int debug = 1; > Accident? Oops. That one wasn't intentional, will fix for the pull request. cheers, Gerd