From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nuq7H-0005uH-Sx for qemu-devel@nongnu.org; Thu, 25 Mar 2010 12:41:07 -0400 Received: from [140.186.70.92] (port=54433 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nuq7G-0005u3-I2 for qemu-devel@nongnu.org; Thu, 25 Mar 2010 12:41:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nuq7F-0004TG-An for qemu-devel@nongnu.org; Thu, 25 Mar 2010 12:41:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22393) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nuq7F-0004TA-2z for qemu-devel@nongnu.org; Thu, 25 Mar 2010 12:41:05 -0400 Date: Thu, 25 Mar 2010 18:37:29 +0200 From: "Michael S. Tsirkin" Message-ID: <20100325163729.GA16506@redhat.com> References: <1269497376-21903-1-git-send-email-cam@cs.ualberta.ca> <20100325090513.GA11153@redhat.com> <4BAB90F2.6030706@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4BAB90F2.6030706@redhat.com> Subject: [Qemu-devel] Re: [PATCH v3 1/1] Shared memory uio_pci driver List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: Cam Macdonell , qemu-devel@nongnu.org, kvm@vger.kernel.org On Thu, Mar 25, 2010 at 06:36:02PM +0200, Avi Kivity wrote: > On 03/25/2010 11:05 AM, Michael S. Tsirkin wrote: >> >>> +static struct pci_device_id ivshmem_pci_ids[] __devinitdata = { >>> + { >>> + .vendor = 0x1af4, >>> + .device = 0x1110, >>> >> vendor ids must be registered with PCI SIG. >> this one does not seem to be registered. >> > > That's the Qumranet vendor ID. Isn't virtio_pci matching that id already? > -- > error compiling committee.c: too many arguments to function