Re: [Qemu-devel] [PATCH v3 0/3] three zpci patches

2017-09-05 Thread Yi Min Zhao
Thank you very much! 在 2017/9/5 下午7:58, Cornelia Huck 写道: On Tue, 5 Sep 2017 12:12:57 +0200 Yi Min Zhao wrote: 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

Re: [Qemu-devel] [PATCH v3 0/3] three zpci patches

2017-09-05 Thread Cornelia Huck
On Tue, 5 Sep 2017 12:12:57 +0200 Yi Min Zhao wrote: > 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

[Qemu-devel] [PATCH v3 0/3] three zpci patches

2017-09-05 Thread Yi Min Zhao
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_r