Re: [Qemu-devel] [PATCH 07/12] exec: add missing breaks to the watch_mem_write

2012-02-20 Thread Meador Inge
On 02/18/2012 11:11 AM, Max Filippov wrote: > Signed-off-by: Max Filippov Reviewed-by: Meador Inge > --- > exec.c | 12 +--- > 1 files changed, 9 insertions(+), 3 deletions(-) > > diff --git a/exec.c b/exec.c > index b81677a..f105b43 100644 > --- a/exec.c > +++ b/exec.c > @@ -3289,9

[Qemu-devel] [PATCH 07/12] exec: add missing breaks to the watch_mem_write

2012-02-18 Thread Max Filippov
Signed-off-by: Max Filippov --- exec.c | 12 +--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/exec.c b/exec.c index b81677a..f105b43 100644 --- a/exec.c +++ b/exec.c @@ -3289,9 +3289,15 @@ static void watch_mem_write(void *opaque, target_phys_addr_t addr, { che

Re: [Qemu-devel] [PATCH 07/12] exec: add missing breaks to the watch_mem_write

2012-02-18 Thread Max Filippov
> Thanks, incidentally: > > Am 18.02.2012 18:11, schrieb Max Filippov: > > Signed-off-by: Max Filippov > > Reviewed-by is missing. Care to fix on your branch? Done. > I don't see any Rb/Ab on the others as well, please check. A haven't got any other Rb/Ab. Thanks. -- Max

Re: [Qemu-devel] [PATCH 07/12] exec: add missing breaks to the watch_mem_write

2012-02-18 Thread Andreas Färber
Thanks, incidentally: Am 18.02.2012 18:11, schrieb Max Filippov: > Signed-off-by: Max Filippov Reviewed-by is missing. Care to fix on your branch? I don't see any Rb/Ab on the others as well, please check. Andreas > --- > exec.c | 12 +--- > 1 files changed, 9 insertions(+), 3 dele