From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38592) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bO020-00010Y-Tr for qemu-devel@nongnu.org; Fri, 15 Jul 2016 06:07:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bO01w-0000Tu-Nq for qemu-devel@nongnu.org; Fri, 15 Jul 2016 06:07:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50226) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bO01w-0000Tn-IX for qemu-devel@nongnu.org; Fri, 15 Jul 2016 06:07:36 -0400 Message-ID: <1468577253.22036.4.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 15 Jul 2016 12:07:33 +0200 In-Reply-To: <1468575911-20656-1-git-send-email-pl@kamp.de> References: <1468575911-20656-1-git-send-email-pl@kamp.de> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] vnc-tight: fix regression with libxenstore List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven Cc: qemu-devel@nongnu.org, pbonzini@redhat.com, jgross@suse.com On Fr, 2016-07-15 at 11:45 +0200, Peter Lieven wrote: > commit 095497ff added thread local storage for the color counting > palette. Unfortunately, a VncPalette is about 7kB on a x86_64 system. > This memory is reserved from the stack of every thread and it > exhausted the stack space of a libxenstore thread. >=20 > Fix this by allocating memory only for the VNC encoding thread. Added to vnc queue. thanks, Gerd