All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/3] three zpci patches
@ 2017-09-05 10:12 Yi Min Zhao
  2017-09-05 10:12 ` [Qemu-devel] [PATCH v3 1/3] s390x/pci: remove idx from msix msg data Yi Min Zhao
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Yi Min Zhao @ 2017-09-05 10:12 UTC (permalink / raw)
  To: qemu-devel
  Cc: borntraeger, pasic, pmorel, cohuck, agraf, richard.henderson, zyimin

This patch set contains three small zpci patches to fixup different issues.
1) remove zpci idx from msix message, instead we could use PCIDevice's id to
   find zpci device in kvm_arch_fixup_msi_route()
2) fixup ind_offset calculation for adapter interrupt routing entry
3) introduce our own iommu_replay callback

Yi Min Zhao (3):
  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  | 28 +++++++++++++++++-----------
 hw/s390x/s390-pci-bus.h  |  2 ++
 hw/s390x/s390-pci-inst.c | 24 ------------------------
 hw/s390x/s390-pci-stub.c |  3 ++-
 target/s390x/kvm.c       | 14 ++++++++------
 5 files changed, 29 insertions(+), 42 deletions(-)

-- 
Change log:
from v2:
1) Remove s390_pci_find_dev_by_idx() from s390_pci_stub.c
2) Add output message in kvm_arch_fixup_msi_route() for dev argument check.
3) Update the comment for s390_pci_iommu_replay().

from v1:
1) Add s390_pci_find_dev_by_target() in s390_pci_stub.c
2) Remove the accepted patch from the series (Thanks for Conny's help).
3) Fixup typo error.
4) Add more comment for s390_pci_iommu_replay().

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-09-06  4:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-05 10:12 [Qemu-devel] [PATCH v3 0/3] three zpci patches Yi Min Zhao
2017-09-05 10:12 ` [Qemu-devel] [PATCH v3 1/3] s390x/pci: remove idx from msix msg data Yi Min Zhao
2017-09-05 10:12 ` [Qemu-devel] [PATCH v3 2/3] s390x/pci: fixup ind_offset of msix routing entry Yi Min Zhao
2017-09-05 10:13 ` [Qemu-devel] [PATCH v3 3/3] s390x/pci: add iommu replay callback Yi Min Zhao
2017-09-05 11:58 ` [Qemu-devel] [PATCH v3 0/3] three zpci patches Cornelia Huck
2017-09-06  4:57   ` Yi Min Zhao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.