From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Gordeev Subject: Re: [PATCH RFC 13/15] pci/arm: Add generic ECAM host support Date: Mon, 30 May 2016 08:28:13 +0200 Message-ID: <20160530062812.GB4130@dhcp-27-118.brq.redhat.com> References: <4132c8d7250da457f64d5e513702e2c3347fb945.1460190352.git.agordeev@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Thomas Huth , Andrew Jones To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:50055 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751093AbcE3G2R (ORCPT ); Mon, 30 May 2016 02:28:17 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B082664095 for ; Mon, 30 May 2016 06:28:16 +0000 (UTC) Content-Disposition: inline In-Reply-To: <4132c8d7250da457f64d5e513702e2c3347fb945.1460190352.git.agordeev@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Apr 11, 2016 at 01:04:25PM +0200, Alexander Gordeev wrote: > arm/Makefile.common | 6 +- > arm/pci-test.c | 23 ++++ > lib/arm64/asm/pci.h | 29 +++++ > lib/pci-host-generic.c | 321 +++++++++++++++++++++++++++++++++++++++++++++++++ > lib/pci-host-generic.h | 57 +++++++++ I thought may be it would be better to split this patch in two? First, introduce the host bridge and then enable it on ARM? Thanks! >