From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56697) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCOs3-0004ke-3e for qemu-devel@nongnu.org; Mon, 13 Jun 2016 06:13:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bCOs1-0000o6-5f for qemu-devel@nongnu.org; Mon, 13 Jun 2016 06:13:26 -0400 Received: from mail-vk0-x22c.google.com ([2607:f8b0:400c:c05::22c]:33981) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCOs1-0000o1-1d for qemu-devel@nongnu.org; Mon, 13 Jun 2016 06:13:25 -0400 Received: by mail-vk0-x22c.google.com with SMTP id t129so44490386vka.1 for ; Mon, 13 Jun 2016 03:13:25 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1465690820-28972-1-git-send-email-rth@twiddle.net> References: <1465690820-28972-1-git-send-email-rth@twiddle.net> From: Peter Maydell Date: Mon, 13 Jun 2016 11:13:05 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL v2 00/15] tb hash improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: QEMU Developers On 12 June 2016 at 01:20, Richard Henderson wrote: > Pull v2, with the fixed ppc cpu_relax, and the two %lu fixes. > Not re-sending the rest of the patch set. > > > r~ > > > The following changes since commit a93c1bdf0bd4689287094ddb2aae3dc907da3535: > > Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160610-1' into staging (2016-06-10 15:47:17 +0100) > > are available in the git repository at: > > git://github.com/rth7680/qemu.git tags/pull-tcg-20160611 > > for you to fetch changes up to 329844d4bc3d5a11f1e63938d66f74c9584c7abc: > > translate-all: add tb hash bucket info to 'info jit' dump (2016-06-11 17:11:16 -0700) > > ---------------------------------------------------------------- > TB hashing improvements Applied, thanks. -- PMM