Re: [Qemu-devel] [PATCH v2 1/8] exec: Move user-only watchpoint stubs inline

2019-08-29 Thread Philippe Mathieu-Daudé
On 8/29/19 1:16 AM, Richard Henderson wrote: > Let the user-only watchpoint stubs resolve to empty inline functions. > > Reviewed-by: David Hildenbrand > Signed-off-by: Richard Henderson Reviewed-by: Philippe Mathieu-Daudé > --- > include/hw/core/cpu.h | 23 +++ > exec.c

[Qemu-devel] [PATCH v2 1/8] exec: Move user-only watchpoint stubs inline

2019-08-28 Thread Richard Henderson
Let the user-only watchpoint stubs resolve to empty inline functions. Reviewed-by: David Hildenbrand Signed-off-by: Richard Henderson --- include/hw/core/cpu.h | 23 +++ exec.c| 26 ++ 2 files changed, 25 insertions(+), 24 deletions(-)