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

2013-01-19 Thread Paolo Bonzini
Il 19/01/2013 11:21, Blue Swirl ha scritto: >> > Does the function really needs to be called qemu_vmalloc? If not, >> > having the same name for two different things is bad. > I've just sent a patch to fix this. > > But new code could be introduced that used qemu_vmalloc() so I'm not > sure this

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

2013-01-19 Thread Blue Swirl
On Sat, Jan 19, 2013 at 10:17 AM, Paolo Bonzini wrote: > Il 18/01/2013 19:03, Andreas Färber ha scritto: >> 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() reimplementati

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

2013-01-19 Thread Paolo Bonzini
Il 18/01/2013 19:03, Andreas Färber ha scritto: > 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? Does

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

2013-01-18 Thread Andreas Färber
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

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

2013-01-14 Thread Stefan Hajnoczi
On Sat, Jan 12, 2013 at 06:35:11PM +0100, Paolo Bonzini wrote: > The following changes since commit 63fb2590839162afdf14d7c0ee02d460766c0956: > > Merge branch 'target-arm.next' of > git://git.linaro.org/people/pmaydell/qemu-arm (2013-01-12 12:47:07 +) > > are available in the git repositor

[Qemu-devel] [PULL 00/27] More source reorganization and build system TLC

2013-01-12 Thread Paolo Bonzini
The following changes since commit 63fb2590839162afdf14d7c0ee02d460766c0956: Merge branch 'target-arm.next' of git://git.linaro.org/people/pmaydell/qemu-arm (2013-01-12 12:47:07 +) are available in the git repository at: git://github.com/bonzini/qemu.git stub for you to fetch changes u