From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40744) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZC4wJ-0007Jm-3Z for qemu-devel@nongnu.org; Mon, 06 Jul 2015 07:51:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZC4wF-0007Sv-U6 for qemu-devel@nongnu.org; Mon, 06 Jul 2015 07:51:59 -0400 Received: from mail-vn0-f50.google.com ([209.85.216.50]:37666) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZC4wF-0007So-Pt for qemu-devel@nongnu.org; Mon, 06 Jul 2015 07:51:55 -0400 Received: by vnav203 with SMTP id v203so4107520vna.4 for ; Mon, 06 Jul 2015 04:51:55 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1436176775-29545-1-git-send-email-peter.maydell@linaro.org> References: <1436176775-29545-1-git-send-email-peter.maydell@linaro.org> From: Peter Maydell Date: Mon, 6 Jul 2015 12:51:35 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 0/7] target-arm queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers On 6 July 2015 at 10:59, Peter Maydell wrote: > target-arm queue before hardfreeze: these are pretty much all > bugfixes. > > -- PMM > > The following changes since commit f50a1640fb82708a5d528dee1ace42a224b95b15: > > Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging (2015-07-05 20:35:47 +0100) > > are available in the git repository at: > > > git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20150706 > > for you to fetch changes up to 257621a9566054472d1d55a819880d0f9da02bda: > > arm_mptimer: Respect IT bit state (2015-07-06 10:26:35 +0100) > > ---------------------------------------------------------------- > target-arm queue: > * TLBI ALLEI1IS should operate on all CPUs, not just this one > * Fix interval interrupt of cadence ttc in decrement mode > * Implement YIELD insn to yield in ARM and Thumb translators > * ARM GIC: reset all registers > * arm_mptimer: fix timer shutdown and mode change > * arm_mptimer: respect IT bit state Applied, thanks. -- PMM