From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39788) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShKSw-0004c6-K1 for qemu-devel@nongnu.org; Wed, 20 Jun 2012 08:57:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ShKSp-00028K-U0 for qemu-devel@nongnu.org; Wed, 20 Jun 2012 08:56:58 -0400 Received: from mnementh.archaic.org.uk ([81.2.115.146]:59525) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShKSp-00025V-Lp for qemu-devel@nongnu.org; Wed, 20 Jun 2012 08:56:51 -0400 From: Peter Maydell Date: Wed, 20 Jun 2012 13:26:48 +0100 Message-Id: <1340195241-16620-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 00/33] target-arm queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org, Anthony Liguori , Paul Brook This is a pullreq for outstanding target-arm patches. In fact it only has my cp15 rework series in it. (No changes in that since the v2 series I sent out some weeks back except for a tiny trivial fix for a textual rebase conflict.) Please pull. -- PMM The following changes since commit 93bfef4c6e4b23caea9d51e1099d06433d8835a4: Allow machines to configure the QEMU_VERSION that's exposed via hardware (2012-06-19 13:36:56 -0500) are available in the git repository at: git://git.linaro.org/people/pmaydell/qemu-arm.git target-arm.for-upstream Peter Maydell (33): target-arm: Fix 11MPCore cache type register value target-arm: initial coprocessor register framework hw/pxa2xx: Convert cp14 perf registers to new scheme hw/pxa2xx.c: Convert CLKCFG and PWRMODE cp14 regs hw/pxa2xx_pic: Convert coprocessor registers to new scheme target-arm: Remove old cpu_arm_set_cp_io infrastructure target-arm: Add register_cp_regs_for_features() target-arm: Convert debug registers to cp_reginfo target-arm: Convert TEECR, TEEHBR to new scheme target-arm: Convert WFI/barriers special cases to cp_reginfo target-arm: Convert TLS registers target-arm: Convert performance monitor registers target-arm: Convert generic timer cp15 regs target-arm: Convert cp15 c3 register target-arm: Convert MMU fault status cp15 registers target-arm: Convert cp15 crn=2 registers target-arm: Convert cp15 crn=13 registers target-arm: Convert cp15 crn=10 registers target-arm: Convert cp15 crn=15 registers target-arm: Convert cp15 MMU TLB control target-arm: Convert cp15 VA-PA translation registers target-arm: convert cp15 crn=7 registers target-arm: Convert cp15 crn=6 registers target-arm: Convert cp15 crn=9 registers target-arm: Convert cp15 crn=1 registers target-arm: Convert cp15 crn=0 crm={1,2} feature registers target-arm: Convert cp15 cache ID registers target-arm: Convert MPIDR target-arm: Convert final ID registers target-arm: Remove c0_cachetype CPUARMState field target-arm: Move block cache ops to new cp15 framework target-arm: Remove remaining old cp15 infrastructure target-arm: Remove ARM_CPUID_* macros hw/pxa2xx.c | 285 +++---- hw/pxa2xx_pic.c | 53 +- linux-user/cpu-uname.c | 5 +- target-arm/cpu-qom.h | 5 + target-arm/cpu.c | 230 +++++-- target-arm/cpu.h | 248 +++++- target-arm/helper.c | 2070 +++++++++++++++++++++++++++--------------------- target-arm/helper.h | 11 +- target-arm/machine.c | 2 - target-arm/op_helper.c | 42 +- target-arm/translate.c | 474 ++++-------- 11 files changed, 1889 insertions(+), 1536 deletions(-)