mbox

[PULL,0/8] ARM patch queue

Message ID 1308764013-18149-1-git-send-email-peter.maydell@linaro.org
State New
Headers show

Pull-request

git://git.linaro.org/people/pmaydell/qemu-arm.git for-upstream

Message

Peter Maydell June 22, 2011, 5:33 p.m. UTC
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(-)

Comments

Peter Maydell June 30, 2011, 9:24 a.m. UTC | #1
Ping?

thanks
-- PMM

On 22 June 2011 18:33, Peter Maydell <peter.maydell@linaro.org> wrote:
> 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(-)
>
>
Peter Maydell July 13, 2011, 11:01 a.m. UTC | #2
Ping^2 ?

-- PMM

On 30 June 2011 10:24, Peter Maydell <peter.maydell@linaro.org> wrote:
> Ping?
>
> thanks
> -- PMM
>
> On 22 June 2011 18:33, Peter Maydell <peter.maydell@linaro.org> wrote:
>> 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(-)