From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39927) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjLZu-0000Y3-JG for qemu-devel@nongnu.org; Wed, 20 Nov 2013 23:09:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VjLZl-0003Vm-DK for qemu-devel@nongnu.org; Wed, 20 Nov 2013 23:09:18 -0500 Received: from e23smtp06.au.ibm.com ([202.81.31.148]:56889) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjLZk-0003VC-Kp for qemu-devel@nongnu.org; Wed, 20 Nov 2013 23:09:09 -0500 Received: from /spool/local by e23smtp06.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 21 Nov 2013 14:09:05 +1000 From: Alexey Kardashevskiy Date: Thu, 21 Nov 2013 15:08:54 +1100 Message-Id: <1385006938-32515-1-git-send-email-aik@ozlabs.ru> Subject: [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 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(-) -- 1.8.4.rc4