Re: [Qemu-devel] [PATCH 08/28] exec: simplify notdirty_mem_write()

2013-10-09 Thread Eric Blake
On 10/09/2013 01:10 PM, Eric Blake wrote: > On 10/09/2013 05:28 AM, Juan Quintela wrote: >> We don't need to make special things for CODE, just set the other two bits >> >> Signed-off-by: Juan Quintela >> --- >> exec.c | 8 ++-- >> 1 file changed, 2 insertions(+), 6 deletions(-) >> > >> -

Re: [Qemu-devel] [PATCH 08/28] exec: simplify notdirty_mem_write()

2013-10-09 Thread Eric Blake
On 10/09/2013 05:28 AM, Juan Quintela wrote: > We don't need to make special things for CODE, just set the other two bits > > Signed-off-by: Juan Quintela > --- > exec.c | 8 ++-- > 1 file changed, 2 insertions(+), 6 deletions(-) > > -dirty_flags |= (0xff & ~CODE_DIRTY_FLAG); > -cp

[Qemu-devel] [PATCH 08/28] exec: simplify notdirty_mem_write()

2013-10-09 Thread Juan Quintela
We don't need to make special things for CODE, just set the other two bits Signed-off-by: Juan Quintela --- exec.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/exec.c b/exec.c index 07b625f..b9f2825 100644 --- a/exec.c +++ b/exec.c @@ -1447,12 +1447,8 @@ found: st