From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59683) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xo8ex-0001xY-Ux for qemu-devel@nongnu.org; Tue, 11 Nov 2014 05:26:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xo8et-0004XN-JI for qemu-devel@nongnu.org; Tue, 11 Nov 2014 05:26:51 -0500 Received: from lhrrgout.huawei.com ([194.213.3.17]:50444) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xo8et-0004Wt-Aq for qemu-devel@nongnu.org; Tue, 11 Nov 2014 05:26:47 -0500 Message-ID: <5461E45B.4020702@huawei.com> Date: Tue, 11 Nov 2014 11:26:35 +0100 From: Claudio Fontana MIME-Version: 1.0 References: <1405063270-18902-1-git-send-email-a.rigo@virtualopensystems.com> <545CE7E1.3020100@huawei.com> In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH 0/8] Add Generic PCI host device update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ming Lei , alvise rigo Cc: Rob Herring , VirtualOpenSystems Technical Team , QEMU Developers On 11.11.2014 05:22, Ming Lei wrote: > On Tue, Nov 11, 2014 at 11:24 AM, Ming Lei wrote: >> On Mon, Nov 10, 2014 at 6:00 PM, alvise rigo >> wrote: >>> Hi Claudio, >>> >>> On Fri, Nov 7, 2014 at 4:40 PM, Claudio Fontana >>> wrote: >>>> >>>> Hi Alvise, >>>> >>>> I now got to test the series for my use case, in particular to enable the >>>> ARM 64bit OSv guest (OSv's devices come from pci + virtio). >>>> >>>> Could you respin the series, possibly including also Rob's patches, >>>> addressing the issues which have been raised before? >>> >>> Yes, I hope to have something for the next week. >> >> I have tested this serials with Rob's two patches, and it works fine >> on ARMv7 VM, but ARMv8 VM can't boot. 'git bisect' told >> me the 1st bad patch is below one: >> >> generic_pci: generate dt node after devices init > > That is because you didn't support 'cortex-a57' and 'host', > so please add that in your next version. > > Thanks > Ming Lei > Hi, I noticed that as well, but it actually somehow works for me on AArch64 with a kvm guest (OSv), after some fighting (there is a QEMU issue that could be addressed in fact but it's OT). However by all means do add explicit cortex-a57 and host support as needed.. Ciao, Claudio