Re: [Qemu-devel] [RFC 6/7] linux-user: don't clone watchpoints

2016-06-17 Thread Paolo Bonzini
On 17/06/2016 18:33, Alex Bennée wrote: > The watchpoint code is stubbed out for CONFIG_USER_ONLY so there is no > point attempting to copy the data here. Lets remove the code before the > RCU protection goes in. > > Signed-off-by: Alex Bennée > --- > linux-user/main.c | 8 > 1 file c

[Qemu-devel] [RFC 6/7] linux-user: don't clone watchpoints

2016-06-17 Thread Alex Bennée
The watchpoint code is stubbed out for CONFIG_USER_ONLY so there is no point attempting to copy the data here. Lets remove the code before the RCU protection goes in. Signed-off-by: Alex Bennée --- linux-user/main.c | 8 1 file changed, 8 deletions(-) diff --git a/linux-user/main.c b/l