From mboxrd@z Thu Jan 1 00:00:00 1970 From: Auger Eric Subject: v4.9-rc1 fails booting as a guest on ARM64 Cavium ThunderX Date: Fri, 21 Oct 2016 09:01:37 +0200 Message-ID: <924fd627-329a-54e0-694c-a9bdf979f696@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Andrew Jones , daniel.thompson@linaro.org To: "kvm@vger.kernel.org" , "kvmarm@lists.cs.columbia.edu" , Marc Zyngier , Christoffer Dall Return-path: Received: from mx1.redhat.com ([209.132.183.28]:59870 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754468AbcJUHBl (ORCPT ); Fri, 21 Oct 2016 03:01:41 -0400 Sender: kvm-owner@vger.kernel.org List-ID: Hi, I am not able to boot 4.9-rc1 as a guest on Cavium ThunderX (dt and acpi mode). Bisecting the guest shows that the problem shows up at 91ef84428a86b75a52e15c6fe4f56b446ba75f93 irqchip/gic-v3: Reset BPR during initialization If I remove the write to the ICC_BPR1_EL1 register on guest, the VM boots. Investigating KVM code ... Thanks Eric