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? -- MST _______________________________________________ Virtualization mailing list Virtualization@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/virtualization