From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LNnJV-0007qg-9H for qemu-devel@nongnu.org; Fri, 16 Jan 2009 06:56:37 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LNnJT-0007oT-Gi for qemu-devel@nongnu.org; Fri, 16 Jan 2009 06:56:36 -0500 Received: from [199.232.76.173] (port=35879 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNnJT-0007nd-1D for qemu-devel@nongnu.org; Fri, 16 Jan 2009 06:56:35 -0500 Received: from mx2.redhat.com ([66.187.237.31]:54963) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LNnJR-0005GN-QC for qemu-devel@nongnu.org; Fri, 16 Jan 2009 06:56:34 -0500 Message-ID: <497075EB.7010405@redhat.com> Date: Fri, 16 Jan 2009 12:56:27 +0100 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 2/3] Add macro for virtio-console PCI device ID References: <1232104347-29931-1-git-send-email-markmc@redhat.com> <1232104347-29931-2-git-send-email-markmc@redhat.com> In-Reply-To: <1232104347-29931-2-git-send-email-markmc@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Mark McLoughlin > +#define PCI_DEVICE_ID_VIRTIO_CONSOLE 0x1003 pci-ids.txt needs an update too (as vmchannel goes another route now reassigning 1af4:1003 to the console is fine). cheers, Gerd