On Tue, 04/28 16:54, Peter Maydell wrote: > On 28 April 2015 at 15:40, Paolo Bonzini <pbonz...@redhat.com> wrote: > > The following changes since commit e1a5476354d396773e4c555f126d752d4ae58fa9: > > > > Open 2.4 development tree (2015-04-25 22:05:07 +0100) > > > > are available in the git repository at: > > > > git://github.com/bonzini/qemu.git tags/for-upstream > > > > for you to fetch changes up to 20ee4c8245633f0430455b6f802f130e13ec6325: > > > > nbd/trivial: fix type cast for ioctl (2015-04-27 18:33:58 +0200) > > > > ---------------------------------------------------------------- > > - miscellaneous cleanups for TCG (Emilio) and NBD (Bogdan) > > - next part in the thread-safe address_space_* saga: atomic access > > to the bounce buffer and the map_clients list, from Fam > > - optional support for linking with tcmalloc, also from Fam > > - reapplying Peter Crosthwaite's "Respect as_translate_internal > > length clamp" after fixing the SPARC fallout. > > - build system fix from Wei Liu > > - small acpi-build and ioport cleanup by myself > > > > ---------------------------------------------------------------- > > This gives a warning from configure if sh isn't bash: > ../../configure: 3343: test: no: unexpected operator > > The test operator for string equality is "=", not "==" > (the latter is a bash extension). > > thanks > -- PMM >
It is a typo in "[PULL 17/22] configure: Add support for tcmalloc". Paolo, will you fix it in place or drop it from this pullreq so I can resend? Thanks. Fam