Re: [Qemu-devel] [PATCH V2 3/5] exec: Introduce helper to set dirty flags.

2012-07-29 Thread Avi Kivity
On 07/20/2012 05:34 PM, Anthony PERARD wrote: > This new helper/hook is used in the next patch to add an extra call in a > single > place. > > Signed-off-by: Anthony PERARD > --- > exec.c | 42 ++ > 1 files changed, 14 insertions(+), 28 deletions(-) >

[Qemu-devel] [PATCH V2 3/5] exec: Introduce helper to set dirty flags.

2012-07-20 Thread Anthony PERARD
This new helper/hook is used in the next patch to add an extra call in a single place. Signed-off-by: Anthony PERARD --- exec.c | 42 ++ 1 files changed, 14 insertions(+), 28 deletions(-) diff --git a/exec.c b/exec.c index feb4795..b24a03a 100644 --- a/