From patchwork Fri Oct 5 14:35:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [PULL,0/8] target-arm queue X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 189508 Message-Id: <1349447726-31473-1-git-send-email-peter.maydell@linaro.org> To: Aurelien Jarno , Blue Swirl Cc: qemu-devel@nongnu.org, Paul Brook Date: Fri, 5 Oct 2012 15:35:18 +0100 From: Peter Maydell List-Id: Usual target-arm pullreq; mostly Aurelien's performance improvement patches. The 'drop macro' patch has only been on the list a few days but it's completely trivial so I threw it in too. Please pull. thanks -- PMM The following changes since commit a14c74928ba1fdaada515717f4d3c3fa3275d6f7: Merge remote-tracking branch 'sstabellini/xen-2012-10-03' into staging (2012-10-04 19:56:26 -0500) are available in the git repository at: git://git.linaro.org/people/pmaydell/qemu-arm.git target-arm.for-upstream for you to fetch changes up to 1273d9ca09e91bb290d10f704055f6abec363dd6: target-arm: Drop unused DECODE_CPREG_CRN macro (2012-10-05 15:04:45 +0100) ---------------------------------------------------------------- Aurelien Jarno (5): target-arm: use globals for CC flags target-arm: convert add_cc and sub_cc helpers to TCG target-arm: convert sar, shl and shr helpers to TCG target-arm: mark a few integer helpers const and pure target-arm: use deposit instead of hardcoded version Peter Maydell (3): cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic target-arm: Reinstate display of VFP registers in cpu_dump_state target-arm: Drop unused DECODE_CPREG_CRN macro cpu-all.h | 3 + cpu-exec.c | 2 +- cpus.c | 6 +- exec.c | 12 +- monitor.c | 8 +- target-arm/cpu.h | 2 - target-arm/helper.h | 24 ++-- target-arm/op_helper.c | 44 ------- target-arm/translate.c | 302 ++++++++++++++++++++++++---------------------- target-i386/cpu.c | 2 +- target-i386/cpu.h | 4 - target-i386/helper.c | 4 +- target-i386/seg_helper.c | 4 +- target-i386/smm_helper.c | 4 +- 14 files changed, 183 insertions(+), 238 deletions(-)