Re: [Qemu-devel] [PATCH] [v2] arm gic saving/loading fix

2011-10-19 Thread Peter Maydell
On 19 October 2011 15:10, Dmitry Koshelev wrote: > irq_target field saving/loading is in the wrong loop > version bump > > Signed-off-by: Dmitry Koshelev > --- >  hw/arm_gic.c |   16 >  1 files changed, 8 insertions(+), 8 deletions(-) > > @@ -744,5 +744,5 @@ static void gic_init(

Re: [Qemu-devel] [PATCH] [v2] arm gic saving/loading fix

2011-10-19 Thread Andreas Färber
Dmitry, It would be nice to cc the people that have cared to review previous versions of the patch, Peter Maydell and me. Gets you quicker replies. Functional ARM patches are being reviewed by our ARM gurus and not by Stefan Hajnoczi, so please drop qemu-trivial from the cc list, as pointed out b

[Qemu-devel] [PATCH] [v2] arm gic saving/loading fix

2011-10-19 Thread Dmitry Koshelev
irq_target field saving/loading is in the wrong loop version bump Signed-off-by: Dmitry Koshelev --- hw/arm_gic.c | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/hw/arm_gic.c b/hw/arm_gic.c index 8286a28..d0747cf 100644 --- a/hw/arm_gic.c +++ b/hw/arm_gic.