qemu-devel
[Top][All Lists]
Advanced

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

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


From: Richard Henderson
Subject: Re: [PULL for 6.2 0/8] more tcg, plugin, test and build fixes
Date: Mon, 29 Nov 2021 20:27:27 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0

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~




reply via email to

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