From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51750) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrmpR-0004Ya-6h for qemu-devel@nongnu.org; Fri, 21 Nov 2014 06:56:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XrmpI-0002fp-5h for qemu-devel@nongnu.org; Fri, 21 Nov 2014 06:56:45 -0500 Received: from mail-wi0-x22b.google.com ([2a00:1450:400c:c05::22b]:41679) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrmpH-0002fi-VD for qemu-devel@nongnu.org; Fri, 21 Nov 2014 06:56:36 -0500 Received: by mail-wi0-f171.google.com with SMTP id bs8so11750820wib.4 for ; Fri, 21 Nov 2014 03:56:33 -0800 (PST) Sender: Paolo Bonzini Message-ID: <546F286D.6010903@redhat.com> Date: Fri, 21 Nov 2014 12:56:29 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1416284800-2759-1-git-send-email-kevin@koconnor.net> <1416284800-2759-4-git-send-email-kevin@koconnor.net> <546AE6CC.7040606@redhat.com> <20141120170345.GA30305@morn.localdomain> <1416554419.29248.1.camel@nilsson.home.kraxel.org> In-Reply-To: <1416554419.29248.1.camel@nilsson.home.kraxel.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/4] sdhci: Support SDHCI devices on PCI List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , Kevin O'Connor Cc: qemu-devel@nongnu.org On 21/11/2014 08:20, Gerd Hoffmann wrote: > Yes, for pci class devices (so the guest driver do not match specific > pci vendor/device ids, except for quirks) we started using the redhat > ids. > > > Gerd, you seem to > > be in charge of the redhat pci ids - are you okay if I us one (should > > it be the existing 0005 or add 0006)? > > Just grab the first free (which seems to be 0005) and add a line to > docs/specs/pci-ids.txt with your patch 0005 is used by hw/misc/pci-testdev.c (see docs/specs/pci-testdev.txt, but the device/vendor ID is undocumented there as well), so 0006. Paolo