From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51745) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1an7b0-0004yU-4D for qemu-devel@nongnu.org; Mon, 04 Apr 2016 12:43:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1an7az-0002tc-6e for qemu-devel@nongnu.org; Mon, 04 Apr 2016 12:43:22 -0400 Received: from orth.archaic.org.uk ([2001:8b0:1d0::2]:56333) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1an7ay-0002t2-W3 for qemu-devel@nongnu.org; Mon, 04 Apr 2016 12:43:21 -0400 Received: from pm215 by orth.archaic.org.uk with local (Exim 4.84_2) (envelope-from ) id 1an7ar-0003G2-Mh for qemu-devel@nongnu.org; Mon, 04 Apr 2016 17:43:13 +0100 From: Peter Maydell Date: Mon, 4 Apr 2016 17:43:07 +0100 Message-Id: <1459788192-26272-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 0/5] target-arm queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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 ---------------------------------------------------------------- Peter Maydell (5): hw/arm/bcm2836: Wire up CPU timer interrupts correctly linux-user: arm: Handle (ignore) EXCP_YIELD in ARM cpu_loop() target-arm: Correctly reset SCTLR_EL3 for 64-bit CPUs target-arm: Remove incorrect ALIAS tags from ESR_EL2 and ESR_EL3 target-arm: Make the 64-bit version of VTCR do the migration hw/arm/bcm2836.c | 6 +++++- linux-user/main.c | 6 ++++++ target-arm/helper.c | 31 ++++++++++++++++++------------- 3 files changed, 29 insertions(+), 14 deletions(-)