From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NbzTV-0005g9-EV for qemu-devel@nongnu.org; Mon, 01 Feb 2010 11:50:09 -0500 Received: from [199.232.76.173] (port=53084 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NbzTU-0005fr-Vz for qemu-devel@nongnu.org; Mon, 01 Feb 2010 11:50:09 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NbzTT-0002VB-G9 for qemu-devel@nongnu.org; Mon, 01 Feb 2010 11:50:08 -0500 Received: from mail-yw0-f171.google.com ([209.85.211.171]:58167) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NbzTT-0002V7-98 for qemu-devel@nongnu.org; Mon, 01 Feb 2010 11:50:07 -0500 Received: by ywh1 with SMTP id 1so2892091ywh.18 for ; Mon, 01 Feb 2010 08:50:06 -0800 (PST) Message-ID: <4B67063B.7020609@codemonkey.ws> Date: Mon, 01 Feb 2010 10:50:03 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 4/5] virtio: Add virtio-rng driver References: <1265031265-14717-1-git-send-email-ian.molton@collabora.co.uk> <1265031265-14717-2-git-send-email-ian.molton@collabora.co.uk> <1265031265-14717-3-git-send-email-ian.molton@collabora.co.uk> <1265031265-14717-4-git-send-email-ian.molton@collabora.co.uk> <1265031265-14717-5-git-send-email-ian.molton@collabora.co.uk> <4B66F3C9.6090103@codemonkey.ws> <4B66FB36.2010601@redhat.com> In-Reply-To: <4B66FB36.2010601@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Ian Molton , qemu-devel@nongnu.org On 02/01/2010 10:03 AM, Gerd Hoffmann wrote: > Hi, > >>> + PCI_VENDOR_ID_REDHAT_QUMRANET, >>> + PCI_DEVICE_ID_VIRTIO_RNG, >> >> Gerd (or the right person at Red Hat) needs to Ack the assignment of >> this PCI device id. > > Using the first unused one should be ok, I'll double check that though. > pci-ids.txt must be updated too. Thanks. Regards, Anthony Liguori > cheers, > Gerd >