From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41228) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vtq7o-0001mI-VC for qemu-devel@nongnu.org; Thu, 19 Dec 2013 21:47:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vtq7h-0003MM-CD for qemu-devel@nongnu.org; Thu, 19 Dec 2013 21:47:40 -0500 Received: from mail-pb0-f49.google.com ([209.85.160.49]:32994) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vtq7h-0003L0-5j for qemu-devel@nongnu.org; Thu, 19 Dec 2013 21:47:33 -0500 Received: by mail-pb0-f49.google.com with SMTP id jt11so1978723pbb.36 for ; Thu, 19 Dec 2013 18:47:32 -0800 (PST) Message-ID: <52B3AFBE.5060502@ozlabs.ru> Date: Fri, 20 Dec 2013 13:47:26 +1100 From: Alexey Kardashevskiy MIME-Version: 1.0 References: <1385006938-32515-1-git-send-email-aik@ozlabs.ru> <52A049CA.7080200@ozlabs.ru> In-Reply-To: <52A049CA.7080200@ozlabs.ru> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/4] spapr-pci: prepare for vfio List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Alexey Kardashevskiy , qemu-ppc@nongnu.org, Alexander Graf On 12/05/2013 08:39 PM, Alexey Kardashevskiy wrote: > On 11/21/2013 03:08 PM, Alexey Kardashevskiy wrote: >> Here are few reworks for spapr-pci PHB which I'd like to have to support VFIO. >> QOM, errors printing, traces, nothing really serious. Thanks! >> >> Alexey Kardashevskiy (4): >> spapr-pci: convert init() callback to realize() >> spapr-pci: introduce a finish_realize() callback >> spapr-pci: add spapr_pci trace >> spapr-pci: converts fprintf to error_report >> >> hw/ppc/spapr_pci.c | 90 ++++++++++++++++++++++++++------------------- >> include/hw/pci-host/spapr.h | 18 ++++++++- >> trace-events | 1 + >> 3 files changed, 69 insertions(+), 40 deletions(-) > > > Ping? Ping? -- Alexey