From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3Kcl-0000HK-14 for qemu-devel@nongnu.org; Wed, 15 Jan 2014 02:10:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W3KcZ-0002jo-4n for qemu-devel@nongnu.org; Wed, 15 Jan 2014 02:10:50 -0500 Received: from mail-pb0-f41.google.com ([209.85.160.41]:36420) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3KcY-0002ja-Tu for qemu-devel@nongnu.org; Wed, 15 Jan 2014 02:10:39 -0500 Received: by mail-pb0-f41.google.com with SMTP id up15so230619pbc.28 for ; Tue, 14 Jan 2014 23:10:38 -0800 (PST) Message-ID: <52D63468.8030206@ozlabs.ru> Date: Wed, 15 Jan 2014 18:10:32 +1100 From: Alexey Kardashevskiy MIME-Version: 1.0 References: <1385006938-32515-1-git-send-email-aik@ozlabs.ru> <52A049CA.7080200@ozlabs.ru> <52B3AFBE.5060502@ozlabs.ru> In-Reply-To: <52B3AFBE.5060502@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/20/2013 01:47 PM, Alexey Kardashevskiy wrote: > 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? Ping? -- Alexey