qemu-devel
[Top][All Lists]
Advanced

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

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


From: Alex Bennée
Subject: [PULL for 6.2 0/8] more tcg, plugin, test and build fixes
Date: Mon, 29 Nov 2021 17:14:41 +0000

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




reply via email to

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