[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 0/8] ARM patch queue
From: |
Peter Maydell |
Subject: |
[Qemu-devel] [PULL 0/8] ARM patch queue |
Date: |
Wed, 22 Jun 2011 18:33:25 +0100 |
This is a pull request for various ARM related patches which
have been on the list for a while (mostly but not entirely mine).
The performance counters patch had quite a bit of discussion
when originally posted (http://patchwork.ozlabs.org/patch/92423/)
which was basically focused around the question of "can/should
helper functions throw exceptions". The patch continues along
the lines of all the existing cp15 handling, and nobody responded
to my "please ack/nak/commit" message, which is why it's in this
pull req.
Thanks
-- PMM
The following changes since commit 48e2faf222cbf4abab7c8e4b3f44229ec98eae7f:
net: Warn about "-net nic" options which were ignored (2011-06-22 07:18:39
-0500)
are available in the git repository at:
git://git.linaro.org/people/pmaydell/qemu-arm.git for-upstream
Peter Maydell (7):
Revert "target-arm: Use global env in iwmmxt_helper.c helpers"
target-arm: Add helper function to generate code to get fpstatus pointer
target-arm: Make VFP binop helpers take pointer to fpstatus, not CPUState
target-arm: Pass fp status pointer explicitly to neon fp helpers
Revert "target-arm: Use global env in neon_helper.c helpers"
Revert "Makefile.target: Allow target helpers to be in any *_helper.c
file"
target-arm: Minimal implementation of performance counters
Sebastian Huber (1):
target-arm: Fix BASEPRI, BASEPRI_MAX, and FAULTMASK access
Makefile.target | 2 +-
target-arm/cpu.h | 8 +-
target-arm/helper.c | 193 ++++++++++++++++---
target-arm/helper.h | 293 ++++++++++++++--------------
target-arm/iwmmxt_helper.c | 80 +++++----
target-arm/machine.c | 12 ++
target-arm/neon_helper.c | 201 ++++++++++----------
target-arm/translate.c | 457 +++++++++++++++++++++++++++-----------------
8 files changed, 753 insertions(+), 493 deletions(-)
- [Qemu-devel] [PULL 0/8] ARM patch queue,
Peter Maydell <=
- [Qemu-devel] [PATCH 8/8] target-arm: Fix BASEPRI, BASEPRI_MAX, and FAULTMASK access, Peter Maydell, 2011/06/22
- [Qemu-devel] [PATCH 5/8] Revert "target-arm: Use global env in neon_helper.c helpers", Peter Maydell, 2011/06/22
- [Qemu-devel] [PATCH 4/8] target-arm: Pass fp status pointer explicitly to neon fp helpers, Peter Maydell, 2011/06/22
- [Qemu-devel] [PATCH 6/8] Revert "Makefile.target: Allow target helpers to be in any *_helper.c file", Peter Maydell, 2011/06/22
- [Qemu-devel] [PATCH 7/8] target-arm: Minimal implementation of performance counters, Peter Maydell, 2011/06/22
- [Qemu-devel] [PATCH 2/8] target-arm: Add helper function to generate code to get fpstatus pointer, Peter Maydell, 2011/06/22
- [Qemu-devel] [PATCH 3/8] target-arm: Make VFP binop helpers take pointer to fpstatus, not CPUState, Peter Maydell, 2011/06/22
- [Qemu-devel] [PATCH 1/8] Revert "target-arm: Use global env in iwmmxt_helper.c helpers", Peter Maydell, 2011/06/22
- Re: [Qemu-devel] [PULL 0/8] ARM patch queue, Peter Maydell, 2011/06/30