qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATTCH v2 0/6] pcie aer fixes


From: Isaku Yamahata
Subject: [Qemu-devel] [PATTCH v2 0/6] pcie aer fixes
Date: Wed, 8 Dec 2010 17:46:22 +0900

I respined the patch series by mst for bisectability.

Changes v1 -> v2:
- reorder patches for bisectability
- s/assert/trigger/ to avoid name conflict
- abort() instead of assert(0)

Original patch description:
Here are a bunch of fixes and cleanups to aer interrupt injection.
Compile tested only, issues were found by reading the
code and spec.

Michael S. Tsirkin (6):
  pci: untangle pci/msi dependency
  Makefile: make msix/msi depend on CONFIG_PCI
  pci/aer: fix error injection
  pci/aer: fix interrupt on config write
  pci/aer: remove dead code
  pci/aer: factor out common code

 Makefile.objs |    3 +-
 hw/pci.c      |   19 ----------
 hw/pci.h      |    3 --
 hw/pcie.c     |    8 +++--
 hw/pcie_aer.c |  111 ++++++++++++++++++++++++++------------------------------
 5 files changed, 59 insertions(+), 85 deletions(-)




reply via email to

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