From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36869) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anMPi-0007Q0-1v for qemu-devel@nongnu.org; Tue, 05 Apr 2016 04:32:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1anMPh-0007Gt-6K for qemu-devel@nongnu.org; Tue, 05 Apr 2016 04:32:41 -0400 Received: from mail-vk0-x22b.google.com ([2607:f8b0:400c:c05::22b]:34725) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anMPh-0007Gp-24 for qemu-devel@nongnu.org; Tue, 05 Apr 2016 04:32:41 -0400 Received: by mail-vk0-x22b.google.com with SMTP id e185so8710514vkb.1 for ; Tue, 05 Apr 2016 01:32:40 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1459788192-26272-1-git-send-email-peter.maydell@linaro.org> References: <1459788192-26272-1-git-send-email-peter.maydell@linaro.org> From: Peter Maydell Date: Tue, 5 Apr 2016 09:32:21 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 0/5] target-arm queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers On 4 April 2016 at 17:43, Peter Maydell wrote: > ARM changes for rc1: a small set of bugfixes which didn't quite > make rc0, mostly. > > thanks > -- PMM > > > The following changes since commit c40e13e106243a6798b7b02b4d7de5ff6c9be128: > > bsd-user: add necessary includes to fix warnings (2016-04-04 16:17:18 +0100) > > are available in the git repository at: > > git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20160404 > > for you to fetch changes up to bf06c1123a427fefc2cf9cf8019578eafc19eb6f: > > target-arm: Make the 64-bit version of VTCR do the migration (2016-04-04 17:33:52 +0100) > > ---------------------------------------------------------------- > target-arm queue: > * bcm2836: wire up CPU timer interrupts correctly > * linux-user: ignore EXCP_YIELD in ARM cpu_loop() > * target-arm: correctly reset SCTLR_EL3 > * target-arm: remove incorrect ALIAS tags from ESR_EL2 and ESR_EL3 > * target-arm: make the 64-bit version of VTCR do the migration > Applied, thanks. -- PMM