From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzajO-0002KR-Fg for qemu-devel@nongnu.org; Mon, 01 Jun 2015 21:11:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YzajL-0008LL-B8 for qemu-devel@nongnu.org; Mon, 01 Jun 2015 21:11:02 -0400 Received: from mail-ob0-f170.google.com ([209.85.214.170]:32900) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzajL-0008LA-7o for qemu-devel@nongnu.org; Mon, 01 Jun 2015 21:10:59 -0400 Received: by obbnx5 with SMTP id nx5so116606979obb.0 for ; Mon, 01 Jun 2015 18:10:58 -0700 (PDT) From: shannon.zhao@linaro.org Date: Tue, 2 Jun 2015 09:10:50 +0800 Message-Id: <1433207452-4512-1-git-send-email-shannon.zhao@linaro.org> Subject: [Qemu-devel] [PATCH v2 0/2] Add cortex-a53 cpu support for kvm-arm and virt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, peter.maydell@linaro.org Cc: shannon.zhao@linaro.org, zhaoshenglong@huawei.com From: Shannon Zhao This first patch adds cortex-a53 cpu support in kvm-arm and the second adds cortex-a53 cpu support in machine virt. changes since v1: * adding XGENE_POTENZA just makes the enum continuous (Peter) * add R-b from Peter Shannon Zhao (2): target-arm/kvm64: Add cortex-a53 cpu support hw/arm/virt: Add cortex-a53 cpu support in machine virt hw/arm/virt.c | 5 +++++ target-arm/cpu64.c | 1 + target-arm/kvm-consts.h | 4 ++++ target-arm/kvm64.c | 2 ++ 4 files changed, 12 insertions(+) -- 2.1.0