Michael S. Tsirkin wrote:
> On Sun, Jun 21, 2009 at 07:49:54PM +0300, Michael S. Tsirkin wrote:
>   
>> +    dev->msix_mmio_index = cpu_register_io_memory(0, msix_mmio_read,
>> +                                                  msix_mmio_write, dev);
>>     
>
>
> The signature for cpu_register_io_memory changed meanwhile so this now
> needs to be:
>
> +    dev->msix_mmio_index = cpu_register_io_memory(msix_mmio_read,
> +                                                  msix_mmio_write, dev);
>
> Anthony, I guess you figured this out, or do you want me to respin the series
> with this minor fix?
>   

It's already changed in staging.

Regards,

Anthony Liguori

_______________________________________________
Virtualization mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/virtualization

Reply via email to