qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH-for-8.0] softmmu: Extract watchpoint API from physmem.c


From: Richard Henderson
Subject: Re: [PATCH-for-8.0] softmmu: Extract watchpoint API from physmem.c
Date: Fri, 13 Jan 2023 09:12:44 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

On 12/9/22 06:12, Philippe Mathieu-Daudé wrote:
The watchpoint API is specific to TCG system emulation.

Move it to a new compile unit. The inlined stubs are used
for user-mode and non-TCG accelerators.

Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org>
---
  MAINTAINERS           |   1 +
  include/hw/core/cpu.h |   2 +-
  softmmu/meson.build   |   3 +-
  softmmu/physmem.c     | 191 ------------------------------------
  softmmu/watchpoint.c  | 220 ++++++++++++++++++++++++++++++++++++++++++
  5 files changed, 224 insertions(+), 193 deletions(-)
  create mode 100644 softmmu/watchpoint.c

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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