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 anthony.per...@citrix.com --- exec.c | 42 ++ 1 files changed, 14 insertions(+),

[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 anthony.per...@citrix.com --- exec.c | 42 ++ 1 files changed, 14 insertions(+), 28 deletions(-) diff --git a/exec.c b/exec.c index