|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: [Qemu-devel] [PATCH V2 09/10] Introduce Xen PCI Passthro
On Thu, Oct 20, 2011 at 12:01, Stefano Stabellini
<stefano.stabellini@xxxxxxxxxxxxx> wrote:
>> + /* disable MSI/MSI-X and MSI-INTx translation */
>> + if (s->msi) {
>> + pt_msi_disable(s);
>> + }
>> + if (s->msix) {
>> + pt_msix_disable(s);
>> + }
>
> these msi functions are not implemented yet
Ok, I will remove all msi related call and define, and move them to
the next patch.
--
Anthony PERARD
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH V2 03/10] pci.c: Add pci_check_bar_overlap, (continued)
- [Xen-devel] [PATCH V2 03/10] pci.c: Add pci_check_bar_overlap, Anthony PERARD
- [Xen-devel] [PATCH V2 06/10] pci_regs: Add PCI_EXP_TYPE_PCIE_BRIDGE, Anthony PERARD
- [Xen-devel] [PATCH V2 05/10] pci_regs: Fix value of PCI_EXP_TYPE_RC_EC., Anthony PERARD
- [Xen-devel] [PATCH V2 07/10] Introduce apic-msidef.h, Anthony PERARD
- [Xen-devel] [PATCH V2 08/10] Introduce Xen PCI Passthrough, qdevice (1/3), Anthony PERARD
- [Xen-devel] [PATCH V2 10/10] Introduce Xen PCI Passthrough, MSI (3/3), Anthony PERARD
- [Xen-devel] [PATCH V2 09/10] Introduce Xen PCI Passthrough, PCI config space helpers (2/3), Anthony PERARD
|
|
|
|
|