From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56384) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwGIO-0000Ob-Rf for qemu-devel@nongnu.org; Fri, 18 Jan 2013 13:04:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TwGIM-0005C1-ON for qemu-devel@nongnu.org; Fri, 18 Jan 2013 13:04:04 -0500 Received: from mout.web.de ([212.227.17.12]:63681) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwGIM-0005Bi-FW for qemu-devel@nongnu.org; Fri, 18 Jan 2013 13:04:02 -0500 Message-ID: <50F98E8E.6010807@web.de> Date: Fri, 18 Jan 2013 19:03:58 +0100 From: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= MIME-Version: 1.0 References: <1358012138-21613-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1358012138-21613-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 00/27] More source reorganization and build system TLC List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Blue Swirl , qemu-devel@nongnu.org Am 12.01.2013 18:35, schrieb Paolo Bonzini: > Alon Levy (1): > libcacard: fix missing symbol in libcacard.so > > Paolo Bonzini (26): > qemu-option: move standard option definitions out of qemu-config.c > stubs: fully replace qemu-tool.c and qemu-user.c > build: make libtool verbose when making with V=1 > build: support linking with libtool objects/libraries > build: move dtrace rules to rules.mak > build: remove CONFIG_SMARTCARD > libcacard: require libtool to build it > libcacard: prepare to use -y trick in the Makefile > libcacard: use per-target variable definitions > libcacard: add list of exported symbols > libcacard: rewrite Makefile in non-recursive style > libcacard: link vscclient to dynamic library > libcacard: list oslib-obj-y file explicitly > build: rename oslib-obj-y to util-obj-y > build: move util-obj-y to libqemuutil.a I believe this broke bsd-user: util/oslib-posix.c has qemu_vmalloc() guarded with #if !defined(CONFIG_BSD_USER) which now no longer shields it from the qemu_vmalloc() reimplementation in bsd-user/mmap.c. Any suggestion how to fix? TIA, Andreas