From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48650) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aR8l7-0001YS-SS for qemu-devel@nongnu.org; Wed, 03 Feb 2016 20:30:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aR8l4-0005RG-Lr for qemu-devel@nongnu.org; Wed, 03 Feb 2016 20:30:57 -0500 Received: from [59.151.112.132] (port=25613 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aR8l3-0005R2-QV for qemu-devel@nongnu.org; Wed, 03 Feb 2016 20:30:54 -0500 From: Cao jin Date: Thu, 4 Feb 2016 09:31:04 +0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Subject: [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: qemu-devel@nongnu.org Cc: chen.fan.fnst@cn.fujitsu.com, izumi.taku@jp.fujitsu.com, alex.williamson@redhat.com, mst@redhat.com 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 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