From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56196) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnHCS-0005oh-R4 for qemu-devel@nongnu.org; Tue, 28 Apr 2015 21:54:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YnHCO-0005be-Ll for qemu-devel@nongnu.org; Tue, 28 Apr 2015 21:54:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60882) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnHCO-0005bT-Eo for qemu-devel@nongnu.org; Tue, 28 Apr 2015 21:54:04 -0400 Date: Wed, 29 Apr 2015 09:53:59 +0800 From: Fam Zheng Message-ID: <20150429015359.GB12562@ad.nay.redhat.com> References: <1430232029-9457-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PULL 00/22] Memory, TCG, NBD, build system changes for 2015-04-27 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , Peter Maydell Cc: QEMU Developers On Tue, 04/28 16:54, Peter Maydell wrote: > On 28 April 2015 at 15:40, Paolo Bonzini 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