From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDYFL-0005nR-LY for qemu-devel@nongnu.org; Wed, 12 Feb 2014 06:45:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WDYFE-0001Gm-C8 for qemu-devel@nongnu.org; Wed, 12 Feb 2014 06:44:55 -0500 Received: from mail-pd0-f173.google.com ([209.85.192.173]:35374) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDYFE-0001C0-67 for qemu-devel@nongnu.org; Wed, 12 Feb 2014 06:44:48 -0500 Received: by mail-pd0-f173.google.com with SMTP id y10so8883230pdj.18 for ; Wed, 12 Feb 2014 03:44:45 -0800 (PST) Message-ID: <52FB5EA6.3020700@ozlabs.ru> Date: Wed, 12 Feb 2014 22:44:38 +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> <52D63468.8030206@ozlabs.ru> In-Reply-To: <52D63468.8030206@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: qemu-ppc@nongnu.org, Alexander Graf On 01/15/2014 06:10 PM, Alexey Kardashevskiy wrote: > 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? Alex? -- Alexey