Re: [Qemu-devel] [PATCH v2 1/2] target-arm/kvm64: Add cortex-a53 cpu support

2015-06-12 Thread Peter Maydell
On 2 June 2015 at 02:10, wrote: > From: Shannon Zhao > > Since commit e353102(target-arm: cpu64: Add support for Cortex-A53) has > added Cortex-A53 cpu support for target-arm, this patch just enables it > for kvm-arm. > > Here adding XGENE_POTENZA just makes the enum continuous. > > Signed-off-b

[Qemu-devel] [PATCH v2 1/2] target-arm/kvm64: Add cortex-a53 cpu support

2015-06-01 Thread shannon . zhao
From: Shannon Zhao Since commit e353102(target-arm: cpu64: Add support for Cortex-A53) has added Cortex-A53 cpu support for target-arm, this patch just enables it for kvm-arm. Here adding XGENE_POTENZA just makes the enum continuous. Signed-off-by: Shannon Zhao Signed-off-by: Shannon Zhao ---