From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:44610) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiqcA-0002KT-Ji for qemu-devel@nongnu.org; Thu, 05 Jan 2012 11:56:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Riqc9-0001CC-Hn for qemu-devel@nongnu.org; Thu, 05 Jan 2012 11:56:30 -0500 Received: from mnementh.archaic.org.uk ([81.2.115.146]:44089) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Riqc9-0001BG-7Q for qemu-devel@nongnu.org; Thu, 05 Jan 2012 11:56:29 -0500 From: Peter Maydell Date: Thu, 5 Jan 2012 16:44:31 +0000 Message-Id: <1325781874-25327-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PULL 0/3] target-arm queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andrzej Zaborowski Cc: Anthony Liguori , Paul Brook , qemu-devel@nongnu.org Pending target-arm patches; not very many, but seems better to commit them now, since there might be further trustzone related patches that would have to sit on top of these. Please pull. The following changes since commit c47f3223658119219bbe0b8d09da733d1c06e76f: Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into staging (2012-01-04 10:06:25 -0600) are available in the git repository at: git://git.linaro.org/people/pmaydell/qemu-arm.git target-arm.for-upstream Mark Langsdorf (1): arm: add dummy A9-specific cp15 registers Peter Maydell (2): target-arm: Don't use cpu_single_env in bank_number() target-arm: Ignore attempts to set invalid modes in CPSR target-arm/cpu.h | 6 +++- target-arm/helper.c | 90 ++++++++++++++++++++++++++++++++++++++++++++++---- target-arm/machine.c | 6 +++ 3 files changed, 94 insertions(+), 8 deletions(-)