[PATCH 0/4] Some watchpoint-related patches

Pavel Dovgalyuk posted 4 patches 2 years, 7 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/163542167953.2127597.8760651610734002929.stgit@pasha-ThinkPad-X280
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Peter Xu <peterx@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, David Hildenbrand <david@redhat.com>, "Philippe Mathieu-Daudé" <philmd@redhat.com>
There is a newer version of this series
accel/tcg/cpu-exec.c | 10 ++++++++++
softmmu/physmem.c    | 41 ++++++++++++++++++++---------------------
2 files changed, 30 insertions(+), 21 deletions(-)
[PATCH 0/4] Some watchpoint-related patches
Posted by Pavel Dovgalyuk 2 years, 7 months ago
The series includes several watchpoint-related patches.

---

Pavel Dovgalyuk (4):
      softmmu: fix watchpoint processing in icount mode
      softmmu: remove useless condition in watchpoint check
      softmmu: fix for "after access" watchpoints
      icount: preserve cflags when custom tb is about to execute


 accel/tcg/cpu-exec.c | 10 ++++++++++
 softmmu/physmem.c    | 41 ++++++++++++++++++++---------------------
 2 files changed, 30 insertions(+), 21 deletions(-)

--
Pavel Dovgalyuk

Re: [PATCH 0/4] Some watchpoint-related patches
Posted by Richard Henderson 2 years, 7 months ago
On 10/28/21 4:47 AM, Pavel Dovgalyuk wrote:
> 
> Pavel Dovgalyuk (4):
>        softmmu: fix watchpoint processing in icount mode
>        softmmu: remove useless condition in watchpoint check
>        softmmu: fix for "after access" watchpoints
>        icount: preserve cflags when custom tb is about to execute

I'm going to queue the first 3 patches to tcg-next.


r~