From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753768AbcA2ItI (ORCPT ); Fri, 29 Jan 2016 03:49:08 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58312 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755211AbcA2ItF convert rfc822-to-8bit (ORCPT ); Fri, 29 Jan 2016 03:49:05 -0500 Message-ID: <1454057342.28516.45.camel@redhat.com> Subject: Re: [PATCH] PCI: QEMU top-level IDs for (sub)vendor & device From: Gerd Hoffmann To: "Robin H. Johnson" Cc: linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org Date: Fri, 29 Jan 2016 09:49:02 +0100 In-Reply-To: <1453739846-3549-1-git-send-email-robbat2@gentoo.org> References: <1453739846-3549-1-git-send-email-robbat2@gentoo.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mo, 2016-01-25 at 08:37 -0800, Robin H. Johnson wrote: > Introduce PCI_VENDOR/PCI_SUBVENDOR/PCI_SUBDEVICE defines to replace the > constants scattered in the kernel already used to detect QEMU. > > They are defined in the QEMU codebase per docs/specs/pci-ids.txt. Reviewed-by: Gerd Hoffmann thanks, Gerd