Ping? thanks -- PMM
On 22 June 2011 18:33, Peter Maydell <[email protected]> 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(-) > > -- 12345678901234567890123456789012345678901234567890123456789012345678901234567890 1 2 3 4 5 6 7 8
