[Qemu-devel] [PATCH 0/4] four zpci patches

Yi Min Zhao posted 4 patches 8 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1503907487-2764-1-git-send-email-zyimin@linux.vnet.ibm.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
hw/s390x/s390-pci-bus.c  | 24 +++++++++++++-----------
hw/s390x/s390-pci-bus.h  |  2 ++
hw/s390x/s390-pci-inst.c | 28 ++--------------------------
target/s390x/kvm.c       | 11 ++++++-----
4 files changed, 23 insertions(+), 42 deletions(-)
[Qemu-devel] [PATCH 0/4] four zpci patches
Posted by Yi Min Zhao 8 years, 5 months ago
This patch set contains four small zpci patches to fixup different issues.
1) fixup calculation of msix boundary
2) remove zpci idx from msix message, instead we could use PCIDevice's id to
   find zpci device in kvm_arch_fixup_msi_route()
3) fixup ind_offset calculation for adapter interrupt routing entry
4) introduce our own iommu_replay callback

Yi Min Zhao (4):
  s390x/pci: fixup trap_msix()
  s390x/pci: remove idx from msix msg data
  s390x/pci: fixup ind_offset of msix routing entry
  s390x/pci: add iommu replay callback

 hw/s390x/s390-pci-bus.c  | 24 +++++++++++++-----------
 hw/s390x/s390-pci-bus.h  |  2 ++
 hw/s390x/s390-pci-inst.c | 28 ++--------------------------
 target/s390x/kvm.c       | 11 ++++++-----
 4 files changed, 23 insertions(+), 42 deletions(-)

-- 
2.11.0 (Apple Git-81)