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
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
>>> }
>>>
>>>
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 +
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
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