From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36048) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRQgQ-0000x3-6M for qemu-devel@nongnu.org; Mon, 17 Aug 2015 16:07:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZRQgM-0004mM-QQ for qemu-devel@nongnu.org; Mon, 17 Aug 2015 16:07:01 -0400 Received: from mail-qg0-x22d.google.com ([2607:f8b0:400d:c04::22d]:34898) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRQgM-0004mD-MO for qemu-devel@nongnu.org; Mon, 17 Aug 2015 16:06:58 -0400 Received: by qgj62 with SMTP id 62so102362280qgj.2 for ; Mon, 17 Aug 2015 13:06:58 -0700 (PDT) Sender: Richard Henderson References: <1439840320-20897-1-git-send-email-rth@twiddle.net> From: Richard Henderson Message-ID: <55D23EDF.9010603@twiddle.net> Date: Mon, 17 Aug 2015 13:06:55 -0700 MIME-Version: 1.0 In-Reply-To: <1439840320-20897-1-git-send-email-rth@twiddle.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/17] queued tcg improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org Gah. Forgot to change the subject tag to PULL. On 08/17/2015 12:38 PM, Richard Henderson wrote: > This pull includes three independent patch sets, which were > all posted during the 2.4 freeze. > > The first is algorithmic improvements to tcg/optimize, both > improving its runtime and its tracking of constants. > > The second is improvements to the representation of 32<->64-bit > size changing operations. Still to do here is investigate how > these might be best applied to each tcg host. > > The third is improvements to how guest unaligned accesses are > implemented in softmmu mode, for the 4 supported host processors > that themselves implement unaligned accesses. > > > r~ > > > The following changes since commit 074a9925e1cfd659d5376dcaccd1436d3840e611: > > Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging (2015-08-14 16:52:34 +0100) > > are available in the git repository at: > > git://github.com/rth7680/qemu.git tags/pull-tcg-20150817 > > for you to fetch changes up to 845fa7960c4fc7ab936e7ec45076ef230266d6cd: > > tcg/aarch64: Use softmmu fast path for unaligned accesses (2015-08-17 12:18:05 -0700) r~