From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MKDri-0005iB-QF for qemu-devel@nongnu.org; Fri, 26 Jun 2009 12:01:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MKDre-0005hU-2B for qemu-devel@nongnu.org; Fri, 26 Jun 2009 12:01:26 -0400 Received: from [199.232.76.173] (port=40166 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MKDrd-0005hQ-Ss for qemu-devel@nongnu.org; Fri, 26 Jun 2009 12:01:21 -0400 Received: from mail-pz0-f185.google.com ([209.85.222.185]:35094) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MKDrc-0004F0-AK for qemu-devel@nongnu.org; Fri, 26 Jun 2009 12:01:21 -0400 Received: by pzk15 with SMTP id 15so1740186pzk.4 for ; Fri, 26 Jun 2009 09:01:18 -0700 (PDT) Message-ID: <4A44F0C8.8020807@codemonkey.ws> Date: Fri, 26 Jun 2009 11:01:12 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <20090621164954.GF10164@redhat.com> <20090626142635.GD5939@redhat.com> In-Reply-To: <20090626142635.GD5939@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCHv6 05/12] qemu/pci: MSI-X support functions List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Carsten Otte , kvm@vger.kernel.org, Glauber Costa , Rusty Russell , qemu-devel@nongnu.org, virtualization@lists.linux-foundation.org, Blue Swirl , Christian Borntraeger , Paul Brook , Avi Kivity 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