[PULL for 6.2 0/8] more tcg, plugin, test and build fixes

Alex Bennée posted 8 patches 2 years, 4 months ago
Test checkpatch failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211129171449.4176301-1-alex.bennee@linaro.org
There is a newer version of this series
include/exec/exec-all.h      |  1 +
include/exec/gen-icount.h    | 21 +++++++++++++++++----
accel/tcg/cpu-exec.c         |  9 +++++++++
accel/tcg/translate-all.c    |  4 ++--
gdbstub.c                    |  2 +-
softmmu/physmem.c            |  4 ++--
tests/plugin/syscall.c       |  8 +++-----
MAINTAINERS                  | 10 ++++++++--
plugins/meson.build          |  4 ++--
tests/avocado/tcg_plugins.py |  2 +-
10 files changed, 46 insertions(+), 19 deletions(-)
[PULL for 6.2 0/8] more tcg, plugin, test and build fixes
Posted by Alex Bennée 2 years, 4 months ago
The following changes since commit e750c10167fa8ad3fcc98236a474c46e52e7c18c:

  Merge tag 'pull-target-arm-20211129' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2021-11-29 11:56:07 +0100)

are available in the Git repository at:

  https://github.com/stsquad/qemu.git tags/pull-for-6.2-291121-1

for you to fetch changes up to d5615bbf9103f01911df683cc3e4e85c49a92593:

  tests/plugin/syscall.c: fix compiler warnings (2021-11-29 15:13:22 +0000)

----------------------------------------------------------------
TCG, plugin and build fixes:

  - introduce CF_NOIRQ to avoid watchpoint race
  - fix avocado plugin test
  - fix linker issue with weird paths
  - band-aid for gdbstub race
  - updates for MAINTAINERS
  - fix some compiler warning in example plugin

----------------------------------------------------------------
Alex Bennée (5):
      accel/tcg: introduce CF_NOIRQ
      accel/tcg: suppress IRQ check for special TBs
      tests/avocado: fix tcg_plugin mem access count test
      plugins/meson.build: fix linker issue with weird paths
      gdbstub: handle a potentially racing TaskState

Juro Bystricky (1):
      tests/plugin/syscall.c: fix compiler warnings

Philippe Mathieu-Daudé (1):
      MAINTAINERS: Add section for Aarch64 GitLab custom runner

Willian Rampazzo (1):
      MAINTAINERS: Remove me as a reviewer for the build and test/avocado

 include/exec/exec-all.h      |  1 +
 include/exec/gen-icount.h    | 21 +++++++++++++++++----
 accel/tcg/cpu-exec.c         |  9 +++++++++
 accel/tcg/translate-all.c    |  4 ++--
 gdbstub.c                    |  2 +-
 softmmu/physmem.c            |  4 ++--
 tests/plugin/syscall.c       |  8 +++-----
 MAINTAINERS                  | 10 ++++++++--
 plugins/meson.build          |  4 ++--
 tests/avocado/tcg_plugins.py |  2 +-
 10 files changed, 46 insertions(+), 19 deletions(-)

-- 
2.30.2


Re: [PULL for 6.2 0/8] more tcg, plugin, test and build fixes
Posted by Richard Henderson 2 years, 4 months ago
On 11/29/21 6:14 PM, Alex Bennée wrote:
> The following changes since commit e750c10167fa8ad3fcc98236a474c46e52e7c18c:
> 
>    Merge tag 'pull-target-arm-20211129' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2021-11-29 11:56:07 +0100)
> 
> are available in the Git repository at:
> 
>    https://github.com/stsquad/qemu.git tags/pull-for-6.2-291121-1
> 
> for you to fetch changes up to d5615bbf9103f01911df683cc3e4e85c49a92593:
> 
>    tests/plugin/syscall.c: fix compiler warnings (2021-11-29 15:13:22 +0000)
> 
> ----------------------------------------------------------------
> TCG, plugin and build fixes:
> 
>    - introduce CF_NOIRQ to avoid watchpoint race
>    - fix avocado plugin test
>    - fix linker issue with weird paths
>    - band-aid for gdbstub race
>    - updates for MAINTAINERS
>    - fix some compiler warning in example plugin
> 
> ----------------------------------------------------------------
> Alex Bennée (5):
>        accel/tcg: introduce CF_NOIRQ
>        accel/tcg: suppress IRQ check for special TBs
>        tests/avocado: fix tcg_plugin mem access count test
>        plugins/meson.build: fix linker issue with weird paths
>        gdbstub: handle a potentially racing TaskState
> 
> Juro Bystricky (1):
>        tests/plugin/syscall.c: fix compiler warnings
> 
> Philippe Mathieu-Daudé (1):
>        MAINTAINERS: Add section for Aarch64 GitLab custom runner
> 
> Willian Rampazzo (1):
>        MAINTAINERS: Remove me as a reviewer for the build and test/avocado
> 
>   include/exec/exec-all.h      |  1 +
>   include/exec/gen-icount.h    | 21 +++++++++++++++++----
>   accel/tcg/cpu-exec.c         |  9 +++++++++
>   accel/tcg/translate-all.c    |  4 ++--
>   gdbstub.c                    |  2 +-
>   softmmu/physmem.c            |  4 ++--
>   tests/plugin/syscall.c       |  8 +++-----
>   MAINTAINERS                  | 10 ++++++++--
>   plugins/meson.build          |  4 ++--
>   tests/avocado/tcg_plugins.py |  2 +-
>   10 files changed, 46 insertions(+), 19 deletions(-)

Applied, thanks.


r~