-
Philippe Mathieu-Daudé authored
We can not use watchpoints in user-mode emulation because we need the softmmu slow path to detect accesses to watchpointed memory. This code is expanded as empty stub in "hw/core/cpu.h" anyway, so we can drop it. Reviewed-by:
Laurent Vivier <laurent@vivier.eu>
Signed-off-by:
Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210303214708.1727801-18-f4bug@amsat.org>
Signed-off-by:
Laurent Vivier <laurent@vivier.eu>Philippe Mathieu-Daudé authoredWe can not use watchpoints in user-mode emulation because we need the softmmu slow path to detect accesses to watchpointed memory. This code is expanded as empty stub in "hw/core/cpu.h" anyway, so we can drop it. Reviewed-by:
Laurent Vivier <laurent@vivier.eu>
Signed-off-by:
Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210303214708.1727801-18-f4bug@amsat.org>
Signed-off-by:
Laurent Vivier <laurent@vivier.eu>
Loading