Re: [PATCH v4 17/28] linux-user: Remove dead code

2021-05-15 Thread Laurent Vivier
Le 03/03/2021 à 22:46, Philippe Mathieu-Daudé a écrit : > 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: Laur

[PATCH v4 17/28] linux-user: Remove dead code

2021-03-03 Thread Philippe Mathieu-Daudé
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 Signed-off-by: Philippe Mathieu-Daudé --- linux-user/m