From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35776) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VoVPE-0004jT-K7 for qemu-devel@nongnu.org; Thu, 05 Dec 2013 04:39:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VoVP7-0003bu-AT for qemu-devel@nongnu.org; Thu, 05 Dec 2013 04:39:36 -0500 Received: from mail-pd0-f176.google.com ([209.85.192.176]:62792) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VoVP7-0003bl-3u for qemu-devel@nongnu.org; Thu, 05 Dec 2013 04:39:29 -0500 Received: by mail-pd0-f176.google.com with SMTP id w10so24045164pde.7 for ; Thu, 05 Dec 2013 01:39:27 -0800 (PST) Message-ID: <52A049CA.7080200@ozlabs.ru> Date: Thu, 05 Dec 2013 20:39:22 +1100 From: Alexey Kardashevskiy MIME-Version: 1.0 References: <1385006938-32515-1-git-send-email-aik@ozlabs.ru> In-Reply-To: <1385006938-32515-1-git-send-email-aik@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 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? -- Alexey