qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/8] ARM patch queue
@ 2011-06-22 17:33 Peter Maydell
  2011-06-22 17:33 ` [Qemu-devel] [PATCH 1/8] Revert "target-arm: Use global env in iwmmxt_helper.c helpers" Peter Maydell
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Peter Maydell @ 2011-06-22 17:33 UTC (permalink / raw)
  To: Anthony Liguori, qemu-devel; +Cc: Aurelien Jarno

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(-)

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2011-07-13 11:01 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-22 17:33 [Qemu-devel] [PULL 0/8] ARM patch queue Peter Maydell
2011-06-22 17:33 ` [Qemu-devel] [PATCH 1/8] Revert "target-arm: Use global env in iwmmxt_helper.c helpers" Peter Maydell
2011-06-22 17:33 ` [Qemu-devel] [PATCH 2/8] target-arm: Add helper function to generate code to get fpstatus pointer Peter Maydell
2011-06-22 17:33 ` [Qemu-devel] [PATCH 3/8] target-arm: Make VFP binop helpers take pointer to fpstatus, not CPUState Peter Maydell
2011-06-22 17:33 ` [Qemu-devel] [PATCH 4/8] target-arm: Pass fp status pointer explicitly to neon fp helpers Peter Maydell
2011-06-22 17:33 ` [Qemu-devel] [PATCH 5/8] Revert "target-arm: Use global env in neon_helper.c helpers" Peter Maydell
2011-06-22 17:33 ` [Qemu-devel] [PATCH 6/8] Revert "Makefile.target: Allow target helpers to be in any *_helper.c file" Peter Maydell
2011-06-22 17:33 ` [Qemu-devel] [PATCH 7/8] target-arm: Minimal implementation of performance counters Peter Maydell
2011-06-22 17:33 ` [Qemu-devel] [PATCH 8/8] target-arm: Fix BASEPRI, BASEPRI_MAX, and FAULTMASK access Peter Maydell
2011-06-30  9:24 ` [Qemu-devel] [PULL 0/8] ARM patch queue Peter Maydell
2011-07-13 11:01   ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).