From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48284) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8qmU-0002mu-80 for qemu-devel@nongnu.org; Wed, 07 Jan 2015 08:36:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y8qmQ-0003ZQ-K2 for qemu-devel@nongnu.org; Wed, 07 Jan 2015 08:36:14 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59249) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8qmQ-0003YT-7u for qemu-devel@nongnu.org; Wed, 07 Jan 2015 08:36:10 -0500 Message-ID: <54ACE48F.7070304@redhat.com> Date: Wed, 07 Jan 2015 08:47:27 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1420511101-8352-1-git-send-email-sfeldma@gmail.com> <1420511101-8352-3-git-send-email-sfeldma@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 01/10] pci: move REDHAT_SDHCI device ID to make room for Rocker List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Scott Feldman Cc: john fastabend , roopa@cumulusnetworks.com, =?UTF-8?B?SmnFmcOtIFDDrXJrbw==?= , QEMU Developers On 06/01/2015 10:52, Peter Maydell wrote: > On 6 January 2015 at 02:24, wrote: >> From: Scott Feldman >> >> The rocker device uses same PCI device ID as sdhci. Since rocker device driver >> has already been accepted into Linux 3.18, and REDHAT_SDHCI device ID isn't >> used by any drivers, it's safe to move REDHAT_SDHCI device ID, avoiding >> conflict with rocker. > > Same remarks apply as I made on v1 of this patch -- I don't want > to take this series until we have an answer for who's the > authoritative source for handing out IDs in this space and > why we ended up with this conflict. Within the virt team, we have always considered the authoritative source to be qemu.git and Gerd to be the maintainer. Jiri is a Red Hatter but not in the virt team, hence the confusion. Paolo