From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45857) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRI5t-0003WL-CE for qemu-devel@nongnu.org; Thu, 04 Feb 2016 06:29:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRI5p-0004iB-8z for qemu-devel@nongnu.org; Thu, 04 Feb 2016 06:29:01 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41128) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRI5p-0004i7-47 for qemu-devel@nongnu.org; Thu, 04 Feb 2016 06:28:57 -0500 Date: Thu, 4 Feb 2016 13:28:53 +0200 From: "Michael S. Tsirkin" Message-ID: <20160204132826-mutt-send-email-mst@redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH 0/4] vfio-pci: pass the aer error to guest, part1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cao jin Cc: chen.fan.fnst@cn.fujitsu.com, izumi.taku@jp.fujitsu.com, alex.williamson@redhat.com, qemu-devel@nongnu.org On Thu, Feb 04, 2016 at 09:31:04AM +0800, Cao jin wrote: > From: Chen Fan > > this patchset are splited out from my aer series patches, > this part of aer patches is harmless, and have been reviewed-by. > In order to avoid blocking it to merge, so I send it out independently > as part1. the part2 is under discussion. Thanks I acked the remaining patch. Alex, will you take it? > Chen Fan (4): > pcie: modify the capability size assert > vfio: make the 4 bytes aligned for capability size > aer: impove pcie_aer_init to support vfio device > pcie_aer: expose pcie_aer_msg() interface > > hw/pci-bridge/ioh3420.c | 2 +- > hw/pci-bridge/xio3130_downstream.c | 2 +- > hw/pci-bridge/xio3130_upstream.c | 2 +- > hw/pci/pcie.c | 2 +- > hw/pci/pcie_aer.c | 6 +++--- > hw/vfio/pci.c | 3 ++- > include/hw/pci/pcie_aer.h | 3 ++- > 7 files changed, 11 insertions(+), 9 deletions(-) > > -- > 1.9.3 > >