From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wnljy-0006HK-P4 for qemu-devel@nongnu.org; Fri, 23 May 2014 05:26:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wnljt-0003sh-4s for qemu-devel@nongnu.org; Fri, 23 May 2014 05:26:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51411) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wnljs-0003sZ-SD for qemu-devel@nongnu.org; Fri, 23 May 2014 05:26:09 -0400 Message-ID: <537F1423.2080307@redhat.com> Date: Fri, 23 May 2014 11:25:55 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1400814150-31666-1-git-send-email-famz@redhat.com> <1400814150-31666-2-git-send-email-famz@redhat.com> <537F0542.7050703@redhat.com> <537F0624.7030609@msgid.tls.msk.ru> In-Reply-To: <537F0624.7030609@msgid.tls.msk.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/4] Makefile: Link vscclient with libqemuutil.a and libqemustub.a List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev , Fam Zheng , qemu-devel@nongnu.org Cc: Peter Maydell , Stefan Weil , Michael Roth , Christophe Fergeau , Alon Levy , Stefan Hajnoczi , =?ISO-8859-1?Q?Alex_Benn=E9e?= , Richard Henderson Il 23/05/2014 10:26, Michael Tokarev ha scritto: > 23.05.2014 12:22, Paolo Bonzini wrote: >> Il 23/05/2014 05:02, Fam Zheng ha scritto: > [] >>> -vscclient$(EXESUF): libcacard/vscclient.o libcacard.la >>> +vscclient$(EXESUF): libcacard/vscclient.o libcacard.la libqemuutil.a libqemustub.a >>> $(call LINK,$^) >>> >>> ######################################################################### >>> >> >> Michael was going to drop the dependency altogether. > > This didn't go anywhere -- after spending lots of time inventing glib > thread compat layer and fighting over almost moot points I gave up. Sad. I will pick up the work. Paolo > I will be applying the libcacard de-QEMUifization patches locally in > debian.