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

2015-02-03 Thread Peter Maydell
On 27 January 2015 at 23:58, Greg Bellows wrote: > 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 > > --- > > v2 -> v3 > - Conditionalize sync of 32-bit and 64-bit registers > --- > target-a

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

2015-01-27 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 --- v2 -> v3 - Conditionalize sync of 32-bit and 64-bit registers --- target-arm/kvm64.c | 33 + 1 file changed, 29