From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37686) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RllMc-0001WS-Fl for qemu-devel@nongnu.org; Fri, 13 Jan 2012 12:56:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RllMb-0002Q2-CA for qemu-devel@nongnu.org; Fri, 13 Jan 2012 12:56:30 -0500 Received: from mnementh.archaic.org.uk ([81.2.115.146]:38699) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RllMb-0002Pu-4N for qemu-devel@nongnu.org; Fri, 13 Jan 2012 12:56:29 -0500 From: Peter Maydell Date: Fri, 13 Jan 2012 17:50:37 +0000 Message-Id: <1326477039-12087-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PULL 0/2] target-arm queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno , Blue Swirl Cc: qemu-devel@nongnu.org A small target-arm pullreq, but I want to get the SCR change committed because the Calxeda patchset depends on it, and then the Samsung patchset is going to need to be updated to sit on top of that, as are some Cortex-A15 related changes I've been working on. The M profile patch only went on the list on Monday, so this is slightly early, but it's a pretty trivial change and I thought I'd rather get the pullreq sent out before the weekend rather than after. thanks -- PMM The following changes since commit 6b620ca3b052e622eef4379cfe37c5c3db5364c9: prepare for future GPLv2+ relicensing (2012-01-13 10:55:56 -0600) are available in the git repository at: git://git.linaro.org/people/pmaydell/qemu-arm.git target-arm.for-upstream Peter Maydell (1): target-arm: Fix errors in decode of M profile CPS Rob Herring (1): arm: Add dummy support for co-processor 15's secure config register target-arm/cpu.h | 3 ++- target-arm/helper.c | 9 +++++++++ target-arm/machine.c | 2 ++ target-arm/translate.c | 8 ++++---- 4 files changed, 17 insertions(+), 5 deletions(-)