From patchwork Fri Jan 11 15:36:53 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 211367 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 064272C0079 for ; Sat, 12 Jan 2013 02:37:27 +1100 (EST) Received: from localhost ([::1]:43227 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ttgfc-0005jP-CX for incoming@patchwork.ozlabs.org; Fri, 11 Jan 2013 10:37:24 -0500 Received: from eggs.gnu.org ([208.118.235.92]:39832) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtgfS-0005j4-DM for qemu-devel@nongnu.org; Fri, 11 Jan 2013 10:37:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TtgfL-00026Y-MF for qemu-devel@nongnu.org; Fri, 11 Jan 2013 10:37:14 -0500 Received: from 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.d.1.0.0.b.8.0.1.0.0.2.ip6.arpa ([2001:8b0:1d0::1]:59991 helo=mnementh.archaic.org.uk) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtgfL-00025Z-G3 for qemu-devel@nongnu.org; Fri, 11 Jan 2013 10:37:07 -0500 Received: from pm215 by mnementh.archaic.org.uk with local (Exim 4.72) (envelope-from ) id 1Ttgf9-0006Ky-PZ; Fri, 11 Jan 2013 15:36:55 +0000 From: Peter Maydell To: Aurelien Jarno , Blue Swirl Date: Fri, 11 Jan 2013 15:36:53 +0000 Message-Id: <1357918615-24337-1-git-send-email-peter.maydell@linaro.org> X-Mailer: git-send-email 1.7.2.5 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:8b0:1d0::1 Cc: qemu-devel@nongnu.org, Paul Brook Subject: [Qemu-devel] [PULL 0/2] target-arm queue X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Small patchqueue, just flushing the target-arm queue before softfreeze. Please pull. -- PMM The following changes since commit a6308bc2224db238e72c570482717b68246a7ce0: Merge remote-tracking branch 'kraxel/build.1' into staging (2013-01-10 13:26:31 -0600) are available in the git repository at: git://git.linaro.org/people/pmaydell/qemu-arm.git target-arm.next for you to fetch changes up to 314e2296dc945e286b605563d7b6e6b269d29816: target-arm: Fix SWI (SVC) instruction in M profile. (2013-01-11 15:21:22 +0000) ---------------------------------------------------------------- Alex_Rozenman@mentor.com (1): target-arm: Fix SWI (SVC) instruction in M profile. Eduardo Habkost (1): target-arm: use type_register() instead of type_register_static() target-arm/cpu.c | 2 +- target-arm/helper.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)