mbox

[PULL,0/3] target-arm queue

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

Pull-request

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

Message

Peter Maydell April 27, 2012, 11:59 a.m. UTC
Hi; this is a small target-arm pullreq intended to go in before the
hardfreeze.  It's got the final part of the QOM subclassing work from
Andreas plus a minor bugfix to a corner case in the BE8 handling.
Please pull.

thanks
-- PMM

The following changes since commit be5ea8ed4481f0ffa4ea0f7ba13e465701536001:

  Revert "configure: Virtfs doesn't require libcap." (2012-04-26 13:14:58 -0500)

are available in the git repository at:
  git://git.linaro.org/people/pmaydell/qemu-arm.git target-arm.for-upstream

Andreas Färber (1):
      target-arm: Change cpu_arm_init() return type to ARMCPU

Peter Maydell (2):
      target-arm: Move A9 config_base_address reset value to ARMCPU
      target-arm: Make SETEND respect bswap_code (BE8) setting

 hw/highbank.c          |   15 ++++++---------
 target-arm/cpu-qom.h   |    2 +-
 target-arm/cpu.c       |    6 ++----
 target-arm/cpu.h       |    7 ++++---
 target-arm/helper.c    |    4 ++--
 target-arm/translate.c |    8 ++++----
 6 files changed, 19 insertions(+), 23 deletions(-)

Comments

Blue Swirl April 28, 2012, 11:41 a.m. UTC | #1
On Fri, Apr 27, 2012 at 11:59, Peter Maydell <peter.maydell@linaro.org> wrote:
> Hi; this is a small target-arm pullreq intended to go in before the
> hardfreeze.  It's got the final part of the QOM subclassing work from
> Andreas plus a minor bugfix to a corner case in the BE8 handling.
> Please pull.

Thanks, pulled.

>
> thanks
> -- PMM
>
> The following changes since commit be5ea8ed4481f0ffa4ea0f7ba13e465701536001:
>
>  Revert "configure: Virtfs doesn't require libcap." (2012-04-26 13:14:58 -0500)
>
> are available in the git repository at:
>  git://git.linaro.org/people/pmaydell/qemu-arm.git target-arm.for-upstream
>
> Andreas Färber (1):
>      target-arm: Change cpu_arm_init() return type to ARMCPU
>
> Peter Maydell (2):
>      target-arm: Move A9 config_base_address reset value to ARMCPU
>      target-arm: Make SETEND respect bswap_code (BE8) setting
>
>  hw/highbank.c          |   15 ++++++---------
>  target-arm/cpu-qom.h   |    2 +-
>  target-arm/cpu.c       |    6 ++----
>  target-arm/cpu.h       |    7 ++++---
>  target-arm/helper.c    |    4 ++--
>  target-arm/translate.c |    8 ++++----
>  6 files changed, 19 insertions(+), 23 deletions(-)