qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] bd2c0f: tests/tcg: fix up test-i386-fprem.ref


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] bd2c0f: tests/tcg: fix up test-i386-fprem.ref generation
Date: Thu, 11 Jul 2019 03:57:38 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: bd2c0f67e1f9e4b90d3020d004bd8d8d6655e88c
      
https://github.com/qemu/qemu/commit/bd2c0f67e1f9e4b90d3020d004bd8d8d6655e88c
  Author: Alex Bennée <address@hidden>
  Date:   2019-07-10 (Wed, 10 Jul 2019)

  Changed paths:
    M tests/tcg/i386/Makefile.target

  Log Message:
  -----------
  tests/tcg: fix up test-i386-fprem.ref generation

We never shipped the reference data in the source tree because it's
quite big (64M). As a result the only option is to generate it
locally. Although we have a rule to generate the reference file we
missed the dependency and location changes, probably because it's only
run for SLOW test runs.

Signed-off-by: Alex Bennée <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>


  Commit: ef860047b61ea4a5ad407496ab8cda6370a2d7d8
      
https://github.com/qemu/qemu/commit/ef860047b61ea4a5ad407496ab8cda6370a2d7d8
  Author: Alex Bennée <address@hidden>
  Date:   2019-07-10 (Wed, 10 Jul 2019)

  Changed paths:
    M tests/tcg/Makefile

  Log Message:
  -----------
  tests/tcg: fix diff-out pass to properly report failure

A side effect of piping the output to head is squash the exit status
of the diff command. Fix this by only doing the pipe if the diff
failed and then ensuring the status is non-zero.

Signed-off-by: Alex Bennée <address@hidden>


  Commit: 42a0959648080874119f0430ceddcebfe3faaa28
      
https://github.com/qemu/qemu/commit/42a0959648080874119f0430ceddcebfe3faaa28
  Author: Alex Bennée <address@hidden>
  Date:   2019-07-10 (Wed, 10 Jul 2019)

  Changed paths:
    M gdbstub.c

  Log Message:
  -----------
  gdbstub: add some notes to the header comment

Add a link to the remote protocol spec and an SPDX tag.

Signed-off-by: Alex Bennée <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Tested-by: Philippe Mathieu-Daudé <address@hidden>


  Commit: 94b2a62bb65b80760bcc59737bec908c9175abf4
      
https://github.com/qemu/qemu/commit/94b2a62bb65b80760bcc59737bec908c9175abf4
  Author: Alex Bennée <address@hidden>
  Date:   2019-07-10 (Wed, 10 Jul 2019)

  Changed paths:
    M gdbstub.c

  Log Message:
  -----------
  gdbstub: revert to previous set_reg behaviour

The refactoring of handle_set_reg missed the fact we previously had
responded with an empty packet when we were not using XML based
protocols. This broke the fallback behaviour for architectures that
don't have registers defined in QEMU's gdb-xml directory.

Revert to the previous behaviour and clean up the commentary for what
is going on.

Fixes: 62b3320bddd
Signed-off-by: Alex Bennée <address@hidden>
Tested-by: Mark Cave-Ayland <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>
Cc: Jon Doron <address@hidden>


  Commit: abd45ff0396cb139e4f069fc39d1893d6c141d18
      
https://github.com/qemu/qemu/commit/abd45ff0396cb139e4f069fc39d1893d6c141d18
  Author: Peter Maydell <address@hidden>
  Date:   2019-07-11 (Thu, 11 Jul 2019)

  Changed paths:
    M gdbstub.c
    M tests/tcg/Makefile
    M tests/tcg/i386/Makefile.target

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/stsquad/tags/pull-testing-and-gdbstub-100719-1' into staging

Testing and gdbstub fixes:

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

# gpg: Signature made Wed 10 Jul 2019 11:24:28 BST
# gpg:                using RSA key 6685AE99E75167BCAFC8DF35FBD0DB095A9E2A44
# gpg: Good signature from "Alex Bennée (Master Work Key) <address@hidden>" 
[full]
# Primary key fingerprint: 6685 AE99 E751 67BC AFC8  DF35 FBD0 DB09 5A9E 2A44

* remotes/stsquad/tags/pull-testing-and-gdbstub-100719-1:
  gdbstub: revert to previous set_reg behaviour
  gdbstub: add some notes to the header comment
  tests/tcg: fix diff-out pass to properly report failure
  tests/tcg: fix up test-i386-fprem.ref generation

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/6df2cdf44a82...abd45ff0396c



reply via email to

[Prev in Thread] Current Thread [Next in Thread]