On Thu, Oct 20, 2011 at 12:01, Stefano Stabellini
<stefano.stabell...@eu.citrix.com> 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