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