All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL for 6.2 0/8] more tcg, plugin, test and build fixes
@ 2021-11-29 17:14 Alex Bennée
  2021-11-29 17:14 ` [PULL 1/8] accel/tcg: introduce CF_NOIRQ Alex Bennée
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Alex Bennée @ 2021-11-29 17:14 UTC (permalink / raw)
  To: richard.henderson, peter.maydell; +Cc: Alex Bennée, qemu-devel

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



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-11-29 19:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-29 17:14 [PULL for 6.2 0/8] more tcg, plugin, test and build fixes Alex Bennée
2021-11-29 17:14 ` [PULL 1/8] accel/tcg: introduce CF_NOIRQ Alex Bennée
2021-11-29 17:14 ` [PULL 2/8] accel/tcg: suppress IRQ check for special TBs Alex Bennée
2021-11-29 17:14 ` [PULL 3/8] tests/avocado: fix tcg_plugin mem access count test Alex Bennée
2021-11-29 17:14 ` [PULL 4/8] plugins/meson.build: fix linker issue with weird paths Alex Bennée
2021-11-29 17:14 ` [PULL 5/8] gdbstub: handle a potentially racing TaskState Alex Bennée
2021-11-29 17:14 ` [PULL 6/8] MAINTAINERS: Remove me as a reviewer for the build and test/avocado Alex Bennée
2021-11-29 17:14 ` [PULL 7/8] MAINTAINERS: Add section for Aarch64 GitLab custom runner Alex Bennée
2021-11-29 17:14 ` [PULL 8/8] tests/plugin/syscall.c: fix compiler warnings Alex Bennée
2021-11-29 19:27 ` [PULL for 6.2 0/8] more tcg, plugin, test and build fixes Richard Henderson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.