mbox series

[PULL,0/2] target-arm queue

Message ID 20200804160843.30245-1-peter.maydell@linaro.org
Headers show
Series target-arm queue | expand

Message

Peter Maydell Aug. 4, 2020, 4:08 p.m. UTC
Couple of last-minute things for rc3...

-- PMM

The following changes since commit d15532d91be177e7528310e0110e39f915779a99:

  Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20200804' into staging (2020-08-04 11:53:20 +0100)

are available in the Git repository at:

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

for you to fetch changes up to d250bb19ced3b702c7c37731855f6876d0cc7995:

  target/arm: Fix decode of LDRA[AB] instructions (2020-08-04 16:40:19 +0100)

----------------------------------------------------------------
target-arm queue:
 * Fix decode of LDRA[AB] instructions
 * docs/devel: Document decodetree no-overlap groups

----------------------------------------------------------------
Peter Collingbourne (1):
      target/arm: Fix decode of LDRA[AB] instructions

Richard Henderson (1):
      docs/devel: Document decodetree no-overlap groups

 docs/devel/decodetree.rst  | 29 ++++++++++++++++++-----------
 target/arm/translate-a64.c |  6 ++++--
 2 files changed, 22 insertions(+), 13 deletions(-)

Comments

Peter Maydell Aug. 4, 2020, 6:45 p.m. UTC | #1
On Tue, 4 Aug 2020 at 17:08, Peter Maydell <peter.maydell@linaro.org> wrote:
>

> Couple of last-minute things for rc3...

>

> -- PMM

>

> The following changes since commit d15532d91be177e7528310e0110e39f915779a99:

>

>   Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20200804' into staging (2020-08-04 11:53:20 +0100)

>

> are available in the Git repository at:

>

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

>

> for you to fetch changes up to d250bb19ced3b702c7c37731855f6876d0cc7995:

>

>   target/arm: Fix decode of LDRA[AB] instructions (2020-08-04 16:40:19 +0100)

>

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

> target-arm queue:

>  * Fix decode of LDRA[AB] instructions

>  * docs/devel: Document decodetree no-overlap groups

>



Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.1
for any user-visible changes.

-- PMM