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

2015-01-27 Thread Greg Bellows
On Tue, Jan 27, 2015 at 3:21 PM, Christoffer Dall < christoffer.d...@linaro.org> wrote: > On Wed, Jan 21, 2015 at 12:49:53PM -0600, 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-of

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

2015-01-27 Thread Christoffer Dall
On Wed, Jan 21, 2015 at 12:49:53PM -0600, 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 > --- > target-arm/kvm64.c | 21 + > 1 file changed, 17 ins