mbox series

[PULL,for,4.1,0/4] testing and gdbstub fixes

Message ID 20190710102557.3107-1-alex.bennee@linaro.org
Headers show
Series testing and gdbstub fixes | expand

Message

Alex Bennée July 10, 2019, 10:25 a.m. UTC
The following changes since commit 6df2cdf44a82426f7a59dcb03f0dd2181ed7fdfa:

  Update version for v4.1.0-rc0 release (2019-07-09 17:21:53 +0100)

are available in the Git repository at:

  https://github.com/stsquad/qemu.git tags/pull-testing-and-gdbstub-100719-1

for you to fetch changes up to 94b2a62bb65b80760bcc59737bec908c9175abf4:

  gdbstub: revert to previous set_reg behaviour (2019-07-10 10:54:46 +0100)

----------------------------------------------------------------
Testing and gdbstub fixes:

  - fix diff-out pass in check-tcg
  - ensure generation of fprem reference
  - fix gdb set_reg fallback

----------------------------------------------------------------
Alex Bennée (4):
      tests/tcg: fix up test-i386-fprem.ref generation
      tests/tcg: fix diff-out pass to properly report failure
      gdbstub: add some notes to the header comment
      gdbstub: revert to previous set_reg behaviour

 gdbstub.c                      | 24 ++++++++++++++++++------
 tests/tcg/Makefile             |  6 +++++-
 tests/tcg/i386/Makefile.target |  4 ++--
 3 files changed, 25 insertions(+), 9 deletions(-)

-- 
2.20.1

Comments

Peter Maydell July 11, 2019, 10:57 a.m. UTC | #1
On Wed, 10 Jul 2019 at 11:25, Alex Bennée <alex.bennee@linaro.org> wrote:
>

> The following changes since commit 6df2cdf44a82426f7a59dcb03f0dd2181ed7fdfa:

>

>   Update version for v4.1.0-rc0 release (2019-07-09 17:21:53 +0100)

>

> are available in the Git repository at:

>

>   https://github.com/stsquad/qemu.git tags/pull-testing-and-gdbstub-100719-1

>

> for you to fetch changes up to 94b2a62bb65b80760bcc59737bec908c9175abf4:

>

>   gdbstub: revert to previous set_reg behaviour (2019-07-10 10:54:46 +0100)

>

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

> Testing and gdbstub fixes:

>

>   - fix diff-out pass in check-tcg

>   - ensure generation of fprem reference

>   - fix gdb set_reg fallback

>

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



Applied, thanks.

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

-- PMM