mbox

[PULL,for-1.2,00/10] arm-devs queue

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

Pull-request

git://git.linaro.org/people/pmaydell/qemu-arm.git arm-devs.next

Message

Peter Maydell Aug. 13, 2012, 3:31 p.m. UTC
This is the usual arm-devs pullreq, with the last set of patches
to go in before the 1.2 hardfreeze. Nothing particularly exciting
here, mostly just cleanup, plus a fix for that embarrassing
"v7m machines assert on startup" bug of mine.

thanks
-- PMM

The following changes since commit 33e95c6328a3149a52615176617997c4f8f7088b:

  qom: Reimplement Interfaces (2012-08-13 11:20:41 +0200)

are available in the git repository at:

  git://git.linaro.org/people/pmaydell/qemu-arm.git arm-devs.next

for you to fetch changes up to 58f9b98f8a341c8b7bb0c9b38e492a01fe71d666:

  arm: Move some ARM devices into libhw (2012-08-13 16:13:02 +0100)

----------------------------------------------------------------
Andreas Färber (1):
      arm: Move some ARM devices into libhw

Mitsyanko Igor (6):
      hw/sd.c: convert wp_groups in SDState to bitfield
      hw/sd.c: make sd_wp_addr() accept 64 bit address argument
      hw/sd.c: introduce wrapper for conversion address to wp group
      hw/sd.c: convert binary variables to bool
      hw/sd.c: make sd_dataready() return bool
      hw/sd.c: make sd_wp_addr() return bool

Peter A. G. Crosthwaite (2):
      armv7m: Guard against no -kernel argument
      ssd0323: abort() instead of exit(1) on error.

Peter Maydell (1):
      hw/armv7m_nvic: Fix incorrect default for num-irqs property

 default-configs/arm-softmmu.mak |   18 ++++++++++
 hw/Makefile.objs                |   20 +++++++++++
 hw/arm/Makefile.objs            |   15 ++------
 hw/armv7m.c                     |    5 +++
 hw/armv7m_nvic.c                |   21 ++++++++----
 hw/sd.c                         |   72 +++++++++++++++++++++------------------
 hw/sd.h                         |    6 ++--
 hw/ssd0323.c                    |    4 ++-
 8 files changed, 104 insertions(+), 57 deletions(-)

Comments

Anthony Liguori Aug. 14, 2012, 12:12 a.m. UTC | #1
Peter Maydell <peter.maydell@linaro.org> writes:

> This is the usual arm-devs pullreq, with the last set of patches
> to go in before the 1.2 hardfreeze. Nothing particularly exciting
> here, mostly just cleanup, plus a fix for that embarrassing
> "v7m machines assert on startup" bug of mine.
>
> thanks
> -- PMM
>

Pulled. Thanks.

Regards,

Anthony Liguori

> The following changes since commit 33e95c6328a3149a52615176617997c4f8f7088b:
>
>   qom: Reimplement Interfaces (2012-08-13 11:20:41 +0200)
>
> are available in the git repository at:
>
>   git://git.linaro.org/people/pmaydell/qemu-arm.git arm-devs.next
>
> for you to fetch changes up to 58f9b98f8a341c8b7bb0c9b38e492a01fe71d666:
>
>   arm: Move some ARM devices into libhw (2012-08-13 16:13:02 +0100)
>
> ----------------------------------------------------------------
> Andreas Färber (1):
>       arm: Move some ARM devices into libhw
>
> Mitsyanko Igor (6):
>       hw/sd.c: convert wp_groups in SDState to bitfield
>       hw/sd.c: make sd_wp_addr() accept 64 bit address argument
>       hw/sd.c: introduce wrapper for conversion address to wp group
>       hw/sd.c: convert binary variables to bool
>       hw/sd.c: make sd_dataready() return bool
>       hw/sd.c: make sd_wp_addr() return bool
>
> Peter A. G. Crosthwaite (2):
>       armv7m: Guard against no -kernel argument
>       ssd0323: abort() instead of exit(1) on error.
>
> Peter Maydell (1):
>       hw/armv7m_nvic: Fix incorrect default for num-irqs property
>
>  default-configs/arm-softmmu.mak |   18 ++++++++++
>  hw/Makefile.objs                |   20 +++++++++++
>  hw/arm/Makefile.objs            |   15 ++------
>  hw/armv7m.c                     |    5 +++
>  hw/armv7m_nvic.c                |   21 ++++++++----
>  hw/sd.c                         |   72 +++++++++++++++++++++------------------
>  hw/sd.h                         |    6 ++--
>  hw/ssd0323.c                    |    4 ++-
>  8 files changed, 104 insertions(+), 57 deletions(-)