qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH V2 09/10] Introduce Xen PCI Passthrough, PCI con


From: Anthony PERARD
Subject: Re: [Qemu-devel] [PATCH V2 09/10] Introduce Xen PCI Passthrough, PCI config space helpers (2/3)
Date: Mon, 24 Oct 2011 15:33:54 +0100

On Thu, Oct 20, 2011 at 12:01, Stefano Stabellini
<address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]