qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL 00/27] More source reorganization and build syste


From: Andreas Färber
Subject: Re: [Qemu-devel] [PULL 00/27] More source reorganization and build system TLC
Date: Fri, 18 Jan 2013 19:03:58 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130105 Thunderbird/17.0.2

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]