From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37330) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tu3iW-00053A-CE for qemu-devel@nongnu.org; Sat, 12 Jan 2013 11:14:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tu3iQ-0003tz-H0 for qemu-devel@nongnu.org; Sat, 12 Jan 2013 11:13:56 -0500 Received: from mail-da0-f50.google.com ([209.85.210.50]:47012) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tu3iQ-0003tt-AI for qemu-devel@nongnu.org; Sat, 12 Jan 2013 11:13:50 -0500 Received: by mail-da0-f50.google.com with SMTP id h15so1205843dan.23 for ; Sat, 12 Jan 2013 08:13:49 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1357918615-24337-1-git-send-email-peter.maydell@linaro.org> References: <1357918615-24337-1-git-send-email-peter.maydell@linaro.org> From: Blue Swirl Date: Sat, 12 Jan 2013 16:13:29 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 0/2] target-arm queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org, Aurelien Jarno , Paul Brook On Fri, Jan 11, 2013 at 3:36 PM, Peter Maydell wrote: > Small patchqueue, just flushing the target-arm queue before softfreeze. > Please pull. Thanks, pulled. > > -- 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(-)