mbox series

[PULL,0/5] target-arm queue

Message ID 1509455489-14101-1-git-send-email-peter.maydell@linaro.org
Headers show
Series target-arm queue | expand

Message

Peter Maydell Oct. 31, 2017, 1:11 p.m. UTC
Just small stuff. I expect/hope to get the "report attributes
in PAR register" fix from Andrew in, but will either send another
pull or just apply it as a single patch once it's been reviewed.
(I think we can call it a bugfix anyway, since it fixes booting
of Windows on ARM.)

thanks
-- PMM


The following changes since commit abf6e752e55b2f5afb48303429dea2db7c3a62de:

  Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20171030' into staging (2017-10-30 13:02:45 +0000)

are available in the git repository at:

  git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20171031

for you to fetch changes up to 168df2dea701bbf3118bdfea7794369dfa694d3d:

  hw/pci-host/gpex: Improve INTX to gsi routing error checking (2017-10-31 11:50:52 +0000)

----------------------------------------------------------------
target-arm queue:
 * fix instruction-length bit in syndrome for WFI/WFE traps
 * xlnx-zcu102: Specify the max number of CPUs
 * msf2: Remove dead code reported by Coverity
 * msf2: Wire up SYSRESETREQ in SoC for system reset
 * hw/pci-host/gpex: Improve INTX to gsi routing error checking

----------------------------------------------------------------
Alistair Francis (1):
      xlnx-zcu102: Specify the max number of CPUs

Eric Auger (1):
      hw/pci-host/gpex: Improve INTX to gsi routing error checking

Stefano Stabellini (1):
      fix WFI/WFE length in syndrome register

Subbaraya Sundeep (2):
      msf2: Remove dead code reported by Coverity
      msf2: Wire up SYSRESETREQ in SoC for system reset

 target/arm/helper.h        |  2 +-
 target/arm/internals.h     |  3 ++-
 hw/arm/msf2-soc.c          | 11 +++++++++++
 hw/arm/xlnx-zcu102.c       |  1 +
 hw/pci-host/gpex.c         | 10 ++++++++--
 hw/ssi/mss-spi.c           | 18 ++++++++++++++----
 target/arm/op_helper.c     |  7 ++++---
 target/arm/psci.c          |  2 +-
 target/arm/translate-a64.c |  7 ++++++-
 target/arm/translate.c     | 10 +++++++++-
 10 files changed, 57 insertions(+), 14 deletions(-)

Comments

Peter Maydell Oct. 31, 2017, 3:33 p.m. UTC | #1
On 31 October 2017 at 13:11, Peter Maydell <peter.maydell@linaro.org> wrote:
> Just small stuff. I expect/hope to get the "report attributes

> in PAR register" fix from Andrew in, but will either send another

> pull or just apply it as a single patch once it's been reviewed.

> (I think we can call it a bugfix anyway, since it fixes booting

> of Windows on ARM.)

>

> thanks

> -- PMM

>

>

> The following changes since commit abf6e752e55b2f5afb48303429dea2db7c3a62de:

>

>   Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20171030' into staging (2017-10-30 13:02:45 +0000)

>

> are available in the git repository at:

>

>   git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20171031

>

> for you to fetch changes up to 168df2dea701bbf3118bdfea7794369dfa694d3d:

>

>   hw/pci-host/gpex: Improve INTX to gsi routing error checking (2017-10-31 11:50:52 +0000)

>

> ----------------------------------------------------------------

> target-arm queue:

>  * fix instruction-length bit in syndrome for WFI/WFE traps

>  * xlnx-zcu102: Specify the max number of CPUs

>  * msf2: Remove dead code reported by Coverity

>  * msf2: Wire up SYSRESETREQ in SoC for system reset

>  * hw/pci-host/gpex: Improve INTX to gsi routing error checking

>



Applied, thanks.

-- PMM