From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnNA0-0005ha-4M for qemu-devel@nongnu.org; Wed, 29 Apr 2015 04:16:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YnN9v-0001jN-74 for qemu-devel@nongnu.org; Wed, 29 Apr 2015 04:16:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60118) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnN9u-0001jF-Iu for qemu-devel@nongnu.org; Wed, 29 Apr 2015 04:15:54 -0400 Message-ID: <55409332.3050907@redhat.com> Date: Wed, 29 Apr 2015 10:15:46 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1430232029-9457-1-git-send-email-pbonzini@redhat.com> <20150429015359.GB12562@ad.nay.redhat.com> In-Reply-To: <20150429015359.GB12562@ad.nay.redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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: Fam Zheng , Peter Maydell Cc: QEMU Developers On 29/04/2015 03:53, Fam Zheng wrote: > 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? I'll fix and resend. Paolo