Re: [Qemu-devel] [PATCH 1/6] exec: Move user-only watchpoint stubs inline
On 24.08.19 23:34, Richard Henderson wrote: > Let the user-only watchpoint stubs resolve to empty inline functions. > > Signed-off-by: Richard Henderson > --- > include/hw/core/cpu.h | 23 +++ > exec.c| 26 ++ > 2 files changed, 25 inse
[Qemu-devel] [PATCH 1/6] exec: Move user-only watchpoint stubs inline
Let the user-only watchpoint stubs resolve to empty inline functions. Signed-off-by: Richard Henderson --- include/hw/core/cpu.h | 23 +++ exec.c| 26 ++ 2 files changed, 25 insertions(+), 24 deletions(-) diff --git a/include/hw/core/c