From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33876) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uwlyk-0002J1-Du for qemu-devel@nongnu.org; Wed, 10 Jul 2013 00:26:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uwlyj-0002Db-Aq for qemu-devel@nongnu.org; Wed, 10 Jul 2013 00:26:10 -0400 Received: from mail-pb0-f43.google.com ([209.85.160.43]:54253) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uwlyj-0002DI-40 for qemu-devel@nongnu.org; Wed, 10 Jul 2013 00:26:09 -0400 Received: by mail-pb0-f43.google.com with SMTP id md12so6220716pbc.2 for ; Tue, 09 Jul 2013 21:26:07 -0700 (PDT) Sender: Peter Crosthwaite From: peter.crosthwaite@xilinx.com Date: Wed, 10 Jul 2013 14:21:03 +1000 Message-Id: Subject: [Qemu-devel] [PATCH v1 0/4] Petercs target-arm queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org Cc: qemu-devel@nongnu.org From: Peter Crosthwaite Hi Peter, Heres is a mixed bag of target-arm patches from my tree. They are independent of each other and only threaded together for review convenience. Regards, Peter Nathan Rossi (1): target-arm: Add CP15 VBAR support Peter Crosthwaite (3): target-arm/helper.c: OMAP/StrongARM cp15 crn=0 cleanup target-arm/helper.c: Implement MIDR aliases target-arm/helper.c: Allow const opaques in arm CP target-arm/cpu.h | 1 + target-arm/helper.c | 55 ++++++++++++++++++++++++++++++++++++++--------------- 2 files changed, 41 insertions(+), 15 deletions(-) -- 1.8.3.rc1.44.gb387c77.dirty