Re: [Qemu-devel] [PATCH v1 06/16] target-arm: Add FAR_EL2 and 3

2014-06-04 Thread Edgar E. Iglesias
On Wed, Jun 04, 2014 at 08:55:30AM +0100, Alex Benn�e wrote: > > Edgar E. Iglesias writes: > > > On Tue, Jun 03, 2014 at 11:22:51AM +0100, Alex Benn?e wrote: > >> > >> Edgar E. Iglesias writes: > >> > >> > >> Ahh my confusion from earlier is now clear. Perhaps the two commits > >> should be

Re: [Qemu-devel] [PATCH v1 06/16] target-arm: Add FAR_EL2 and 3

2014-06-04 Thread Alex Benn�e
Edgar E. Iglesias writes: > On Tue, Jun 03, 2014 at 11:22:51AM +0100, Alex Bennée wrote: >> >> Edgar E. Iglesias writes: >> >> >> Ahh my confusion from earlier is now clear. Perhaps the two commits >> should be merged? > > Hi, > > The point is to have a non-functional diff and then incrementa

Re: [Qemu-devel] [PATCH v1 06/16] target-arm: Add FAR_EL2 and 3

2014-06-03 Thread Edgar E. Iglesias
On Tue, Jun 03, 2014 at 11:22:51AM +0100, Alex Bennée wrote: > > Edgar E. Iglesias writes: > > > From: "Edgar E. Iglesias" > > > > Signed-off-by: Edgar E. Iglesias > > --- > > target-arm/cpu.h| 2 +- > > target-arm/helper.c | 6 ++ > > 2 files changed, 7 insertions(+), 1 deletion(-) >

Re: [Qemu-devel] [PATCH v1 06/16] target-arm: Add FAR_EL2 and 3

2014-06-03 Thread Alex Bennée
Edgar E. Iglesias writes: > From: "Edgar E. Iglesias" > > Signed-off-by: Edgar E. Iglesias > --- > target-arm/cpu.h| 2 +- > target-arm/helper.c | 6 ++ > 2 files changed, 7 insertions(+), 1 deletion(-) > > diff --git a/target-arm/cpu.h b/target-arm/cpu.h > index f8ca1da..ef6a95d 10064

[Qemu-devel] [PATCH v1 06/16] target-arm: Add FAR_EL2 and 3

2014-05-30 Thread Edgar E. Iglesias
From: "Edgar E. Iglesias" Signed-off-by: Edgar E. Iglesias --- target-arm/cpu.h| 2 +- target-arm/helper.c | 6 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/target-arm/cpu.h b/target-arm/cpu.h index f8ca1da..ef6a95d 100644 --- a/target-arm/cpu.h +++ b/target-arm/cpu.