From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52161) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8rPV-0007N9-Tx for qemu-devel@nongnu.org; Wed, 07 Jan 2015 09:16:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y8rPP-000283-KV for qemu-devel@nongnu.org; Wed, 07 Jan 2015 09:16:33 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38521) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8rPP-00025w-9E for qemu-devel@nongnu.org; Wed, 07 Jan 2015 09:16:27 -0500 Message-ID: <54AD10B9.1020508@redhat.com> Date: Wed, 07 Jan 2015 11:55:53 +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> <54ACE48F.7070304@redhat.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 Cc: =?UTF-8?B?SmnFmcOtIFDDrXJrbw==?= , roopa@cumulusnetworks.com, john fastabend , QEMU Developers , Scott Feldman On 07/01/2015 11:39, Peter Maydell wrote: >> > 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. > OK, so do we: > (1) say that the authoritative list says this ID is SDHCI, > so rocker needs to renumber > (2) as this patch suggests, renumber SDHCI as a one-off fixing > of an error? I already sent a patch for (2) in a pull request. SDHCI was never in a released version, unlike rocker which was in Linux 3.18, so I don't think there's even a choice. :) I'll send a patch to Linux saying that the authoritative list of device IDs for 0x1b36 resides in qemu.git. Paolo