qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [RFC PATCH 0/4] pass aer error to guest


From: Chen Fan
Subject: [Qemu-devel] [RFC PATCH 0/4] pass aer error to guest
Date: Mon, 12 Jan 2015 11:04:25 +0800

For now, for vfio pci passthough devices when qemu receives
an error from host aer report, there just terminate the guest,
but usually user want to know what error occured but stop the
guest, so this patch add aer capability support for vfio device,
and pass the error to guest, and have guest driver to recover
from the error.

Chen Fan (4):
  pcie_aer: fix typos in pcie_aer_inject_error comment
  pcie-aer: Fix command pcie_aer_inject_error is invalid
  vfio-pci: add aer capability support
  vfio-pci: pass the aer error to guest

 hw/pci/pcie_aer.c         | 11 +++----
 hw/vfio/pci.c             | 75 ++++++++++++++++++++++++++++++++++++++++++-----
 include/hw/pci/pcie_aer.h |  3 +-
 3 files changed, 76 insertions(+), 13 deletions(-)

-- 
1.9.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]