From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35888) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBlMK-0006y3-4L for qemu-devel@nongnu.org; Mon, 28 Jul 2014 09:53:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XBlMD-00019r-6R for qemu-devel@nongnu.org; Mon, 28 Jul 2014 09:53:00 -0400 Received: from mail-pa0-f48.google.com ([209.85.220.48]:53935) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBlMD-00019k-0s for qemu-devel@nongnu.org; Mon, 28 Jul 2014 09:52:53 -0400 Received: by mail-pa0-f48.google.com with SMTP id et14so10533845pad.35 for ; Mon, 28 Jul 2014 06:52:52 -0700 (PDT) Message-ID: <53D655AE.8090000@ozlabs.ru> Date: Mon, 28 Jul 2014 23:52:46 +1000 From: Alexey Kardashevskiy 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> <53D646D1.2070909@suse.de> In-Reply-To: <53D646D1.2070909@suse.de> Content-Type: text/plain; charset=koi8-r 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: Alexander Graf , Gavin Shan , qemu-ppc@nongnu.org Cc: alex.williamson@redhat.com, qemu-devel@nongnu.org On 07/28/2014 10:49 PM, Alexander Graf wrote: > > 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? Ufff. I missed when this patchet stopped needing this patch :) Looks to me that this patchset does not need it so I'll repost it for DDW later. -- Alexey