[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Regression PCI passthrough from 4.5.5 to 4.6.0-rc1
On Mon, Aug 21, 2017 at 11:09:01AM +0200, Andreas Kinzler wrote: > Hello Roger & Jan, > > > > > Could you please try the patch below and paste the output you get on > > > > the Xen console? > > > Output is in attached file. Does it help? > > Yes, thanks. I'm quite sure the problem is that MSIX table entries are > > being unmasked before MSIX is enabled, and so Xen is not able to snoop > > those writes. > > Just to confirm, can you try the following two debug patches? One is > > for the hypervisor, the other is for QEMU. > > Attached ZIP file contains hypervisor and qemu log. Thanks, so the guest is indeed unmasking the MSIX table entries before MSIX is enabled, and QEMU only registers the entries with Xen once MSIX is enabled: Trying to interleave the Xen and QEMU log correctly, I think the following is the current flow: [00:05.0] pci_msix_write: Write to MSIX table entry 0 CTRL, masked: 0 [...] [00:05.0] xen_pt_msixctrl_reg_write: Enabling MSIX, setting up entries [00:05.0] xen_pt_msix_update_one: Setting up MSIX vector 0 PIRQ: -1 Masked: 0 [00:05.0] msi_msix_setup: Mapping PIRQ for MSIX entry 0 [00:05.0] msi_msix_update: Updating MSI-X with pirq 55 gvec 0x81 gflags 0x1301 (entry: 0) (XEN) 0000:02:00.0 added entry 0 to msi_list (XEN) 0000:02:00.0 added to msixtbl list [...] [00:05.0] xen_pt_msixctrl_reg_write: enable MSI-X (XEN) MSIX ctrl write. Enabled: 1 Maskall: 0. Configured entries: (XEN) 0 host_masked: 0 guest_masked: 1 Xen never detects the MSIX table entry unmask because it happens before the MSIX is bound to the guest, so the Xen msixtbl handlers are not aware of this memory region. The two possible solutions I see to this are: - Make QEMU setup the vectors when the table entries are unmasked, even if MSIX is not enabled. - Provide an hypercall so QEMU can unmask MSIX vectors on behalf of the guest. This would be used to unmask the entries if MSIX is enabled with table entries already unmasked. The patch I've sent earlier (which I'm also attaching to this email) implements the first solution for QEMU. Can you please give it a try? Thanks. Attachment:
msix_bind.patch _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |