mbox

[PULL,0/6] misc ARM device fixes

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

Pull-request

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

Message

Peter Maydell Aug. 17, 2011, 11:49 p.m. UTC
This is a pull request for bugfixing patches to various
ARM devboard devices. The patches have all been on the
mailing list for a few weeks without comment; please pull.

thanks
-- PMM

The following changes since commit 8b2a04eeb95212305d3a39170e1c4bc3dbe45e8a:

  scsi: do not overwrite memory on REQUEST SENSE commands with a large buffer (2011-08-16 19:11:51 +0000)

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

Engin AYDOGAN (1):
      hw/stellaris: Add support for RCC2 register

Peter Maydell (5):
      hw/pl110: Model the PL111 CLCD controller
      versatilepb: Implement SYS_CLCD mux control register bits
      vexpress, realview: Use pl111, not pl110
      hw/pl061: Convert to VMState
      hw/pl061.c: Support GPIOAMSEL register

 hw/arm_sysctl.c     |   49 +++++++++++++-
 hw/pl061.c          |  181 ++++++++++++++++++++++++---------------------------
 hw/pl110.c          |  115 +++++++++++++++++++++++++++------
 hw/pl110_template.h |  102 +++++++++++++++++++++++++++--
 hw/realview.c       |    2 +-
 hw/stellaris.c      |   72 +++++++++++++++++++-
 hw/syborg_fb.c      |   15 ++++-
 hw/versatilepb.c    |   13 +++-
 hw/vexpress.c       |    2 +-
 9 files changed, 415 insertions(+), 136 deletions(-)

Comments

Anthony Liguori Aug. 21, 2011, 11:39 p.m. UTC | #1
On 08/17/2011 06:49 PM, Peter Maydell wrote:
> This is a pull request for bugfixing patches to various
> ARM devboard devices. The patches have all been on the
> mailing list for a few weeks without comment; please pull.

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> thanks
> -- PMM
>
> The following changes since commit 8b2a04eeb95212305d3a39170e1c4bc3dbe45e8a:
>
>    scsi: do not overwrite memory on REQUEST SENSE commands with a large buffer (2011-08-16 19:11:51 +0000)
>
> are available in the git repository at:
>    git://git.linaro.org/people/pmaydell/qemu-arm.git armhw-for-upstream
>
> Engin AYDOGAN (1):
>        hw/stellaris: Add support for RCC2 register
>
> Peter Maydell (5):
>        hw/pl110: Model the PL111 CLCD controller
>        versatilepb: Implement SYS_CLCD mux control register bits
>        vexpress, realview: Use pl111, not pl110
>        hw/pl061: Convert to VMState
>        hw/pl061.c: Support GPIOAMSEL register
>
>   hw/arm_sysctl.c     |   49 +++++++++++++-
>   hw/pl061.c          |  181 ++++++++++++++++++++++++---------------------------
>   hw/pl110.c          |  115 +++++++++++++++++++++++++++------
>   hw/pl110_template.h |  102 +++++++++++++++++++++++++++--
>   hw/realview.c       |    2 +-
>   hw/stellaris.c      |   72 +++++++++++++++++++-
>   hw/syborg_fb.c      |   15 ++++-
>   hw/versatilepb.c    |   13 +++-
>   hw/vexpress.c       |    2 +-
>   9 files changed, 415 insertions(+), 136 deletions(-)
>
>