mbox series

[0/4] Some watchpoint-related patches

Message ID 163542167953.2127597.8760651610734002929.stgit@pasha-ThinkPad-X280
Headers show
Series Some watchpoint-related patches | expand

Message

Pavel Dovgalyuk Oct. 28, 2021, 11:47 a.m. UTC
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

Comments

Richard Henderson Oct. 28, 2021, 7:29 p.m. UTC | #1
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~