[Qemu-devel] [PATCH] [v2] target-arm/machine.c: Fix load of floating point registers

2011-10-21 Thread Dmitry Koshelev
Fix load of floating point registers Signed-off-by: Dmitry Koshelev --- target-arm/machine.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target-arm/machine.c b/target-arm/machine.c index 7d4fc54..aaee9b9 100644 --- a/target-arm/machine.c +++ b/target-arm/machine.c

Re: [Qemu-devel] [PATCH] [v3] hw/arm_gic.c: Fix save/load of irq_target array

2011-10-21 Thread Dmitry Koshelev
On Fri, Oct 21, 2011 at 3:42 PM, Andreas Färber wrote: > Am 20.10.2011 12:48, schrieb Dmitry Koshelev: >> irq_target array saving/loading is in the wrong loop. >> Version bump. >> >> Signed-off-by: Dmitry Koshelev > > Acked-by: Andreas Färber > > Applies

[Qemu-devel] [PATCH] [v3] hw/arm_gic.c: Fix save/load of irq_target array

2011-10-20 Thread Dmitry Koshelev
irq_target array 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 83213dd..8dd8742 100644 --- a/hw/arm_gic.c +++ b/hw

[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

[Qemu-devel] [PATCH] arm cpu state loading fix

2011-10-17 Thread Dmitry Koshelev
Floating registers loading fix. Signed-off-by: Dmitry Koshelev --- target-arm/machine.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target-arm/machine.c b/target-arm/machine.c index 3925d3a..73d82c9 100644 --- a/target-arm/machine.c +++ b/target-arm/machine.c

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

2011-10-17 Thread Dmitry Koshelev
irq_target field saving/loading is in the wrong loop Signed-off-by: Dmitry Koshelev --- hw/arm_gic.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hw/arm_gic.c b/hw/arm_gic.c index 8286a28..ba05131 100644 --- a/hw/arm_gic.c +++ b/hw/arm_gic.c @@ -662,9

Re: [Qemu-devel] [PATCH] ARM GIC and CPU state saving/loading fix

2011-10-14 Thread Dmitry Koshelev
On Fri, Oct 14, 2011 at 7:04 PM, Paul Brook wrote: >> Fixes two trivial indices errors. > > No. > > You're doing two much in a single patch. While both happen to be bug in the > save/restore code involving arrays, these are not two instances of the same > bug.  The justification for each change is

[Qemu-devel] [PATCH] ARM GIC and CPU state saving/loading fix

2011-10-14 Thread Dmitry Koshelev
Fixes two trivial indices errors. Signed-off-by: Dmitry Koshelev --- hw/arm_gic.c | 12 ++-- target-arm/machine.c |4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/hw/arm_gic.c b/hw/arm_gic.c index 8286a28..ba05131 100644 --- a/hw/arm_gic.c +++ b/hw