Re: [Qemu-devel] [PATCH 4/5] target-arm: Add AArch32 guest support to KVM64

2015-01-21 Thread Peter Maydell
On 21 January 2015 at 10:54, Alex Bennée wrote: > > Greg Bellows writes: > >> On Tue, Jan 20, 2015 at 10:57 AM, Alex Bennée wrote: >>> I know why we do this (especially given where my attempt ended up) but >>> perhaps we could at list have a single state aware accessor so we don't >>> end up dup

Re: [Qemu-devel] [PATCH 4/5] target-arm: Add AArch32 guest support to KVM64

2015-01-21 Thread Alex Bennée
Greg Bellows writes: > On Tue, Jan 20, 2015 at 10:57 AM, Alex Bennée wrote: >> >> Greg Bellows writes: >> >>> Add 32-bit to/from 64-bit register synchronization on register gets and >>> puts. >>> Set EL1_32BIT feature flag passed to KVM >>> >>> Signed-off-by: Greg Bellows >>> } >>> >>>

Re: [Qemu-devel] [PATCH 4/5] target-arm: Add AArch32 guest support to KVM64

2015-01-20 Thread Greg Bellows
On Tue, Jan 20, 2015 at 10:57 AM, Alex Bennée wrote: > > Greg Bellows writes: > >> Add 32-bit to/from 64-bit register synchronization on register gets and puts. >> Set EL1_32BIT feature flag passed to KVM >> >> Signed-off-by: Greg Bellows >> --- >> target-arm/kvm64.c | 21 +

Re: [Qemu-devel] [PATCH 4/5] target-arm: Add AArch32 guest support to KVM64

2015-01-20 Thread Alex Bennée
Greg Bellows writes: > Add 32-bit to/from 64-bit register synchronization on register gets and puts. > Set EL1_32BIT feature flag passed to KVM > > Signed-off-by: Greg Bellows > --- > target-arm/kvm64.c | 21 + > 1 file changed, 17 insertions(+), 4 deletions(-) > > diff --g

[Qemu-devel] [PATCH 4/5] target-arm: Add AArch32 guest support to KVM64

2015-01-19 Thread Greg Bellows
Add 32-bit to/from 64-bit register synchronization on register gets and puts. Set EL1_32BIT feature flag passed to KVM Signed-off-by: Greg Bellows --- target-arm/kvm64.c | 21 + 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/target-arm/kvm64.c b/target-arm/kvm