From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53109) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YH8lX-0000dx-5v for qemu-devel@nongnu.org; Fri, 30 Jan 2015 05:25:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YH8lW-0002YA-BK for qemu-devel@nongnu.org; Fri, 30 Jan 2015 05:25:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:46847) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YH8lW-0002Y2-4C for qemu-devel@nongnu.org; Fri, 30 Jan 2015 05:25:30 -0500 Message-ID: <54CB5C09.2010008@redhat.com> Date: Fri, 30 Jan 2015 11:25:13 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1421857131-18539-1-git-send-email-agraf@suse.de> <1421857131-18539-3-git-send-email-agraf@suse.de> <54CA3CAE.2000902@suse.de> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 2/4] pci: Add generic PCIe host bridge List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Alexander Graf Cc: Rob Herring , "Michael S. Tsirkin" , QEMU Developers , Ard Biesheuvel , Claudio Fontana , Alvise Rigo , Stuart Yoder On 29/01/2015 15:25, Peter Maydell wrote: > > Ah, right, I forgot about that. Unfortunately I can't reserve PCI IDs in > > the Red Hat PCI range. > > > > Michael, what's the process here? > > Last time this came up I think Paolo said the official registration > was getting a patch into QEMU master that added a line to the > list in pci.h :-) [ie QEMU is the master source for these IDs] Yeah, rocker was the first case of someone not a QEMU developer needing an id. So let's make QEMU the master source. Paolo