From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52484) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBkMs-0004G8-L8 for qemu-devel@nongnu.org; Mon, 28 Jul 2014 08:49:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XBkMl-0005QE-NM for qemu-devel@nongnu.org; Mon, 28 Jul 2014 08:49:30 -0400 Message-ID: <53D646D1.2070909@suse.de> Date: Mon, 28 Jul 2014 14:49:21 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1405470005-9957-1-git-send-email-gwshan@linux.vnet.ibm.com> <1405470005-9957-2-git-send-email-gwshan@linux.vnet.ibm.com> In-Reply-To: <1405470005-9957-2-git-send-email-gwshan@linux.vnet.ibm.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v12 1/4] spapr_pci: Make find_phb()/find_dev() public List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gavin Shan , qemu-ppc@nongnu.org Cc: aik@ozlabs.ru, alex.williamson@redhat.com, qemu-devel@nongnu.org On 16.07.14 02:20, Gavin Shan wrote: > From: Alexey Kardashevskiy > > This makes find_phb()/find_dev() public and changed its names > to spapr_pci_find_phb()/spapr_pci_find_dev() as they are going to > be used from other parts of QEMU such as VFIO DDW (dynamic DMA window) > or VFIO PCI error injection or VFIO EEH handling - in all these > cases there are RTAS calls which are addressed to BUID+config_addr > in IEEE1275 format. > > Signed-off-by: Alexey Kardashevskiy Do we need this still? Alex