From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41012) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zf41m-00056Q-50 for qemu-devel@nongnu.org; Thu, 24 Sep 2015 06:45:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zf41i-0006zT-VT for qemu-devel@nongnu.org; Thu, 24 Sep 2015 06:45:26 -0400 References: <1443090459-9281-1-git-send-email-lvivier@redhat.com> <1443090459-9281-2-git-send-email-lvivier@redhat.com> From: Thomas Huth Message-ID: <5603D43E.4050300@redhat.com> Date: Thu, 24 Sep 2015 12:45:18 +0200 MIME-Version: 1.0 In-Reply-To: <1443090459-9281-2-git-send-email-lvivier@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 1/2] PCI: add missing classes in pci_ids.h to build device tree List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Vivier , qemu-ppc@nongnu.org Cc: qemu-devel@nongnu.org, "Michael S. Tsirkin" , Alexander Graf , David Gibson On 24/09/15 12:27, Laurent Vivier wrote: > To allow QEMU to add PCI entries in device tree, > we must have a more exhaustive list of PCI class IDs. > > This patch synchronizes as much as possible with > pci_ids.h and add some missing IDs from SLOF. > > Signed-off-by: Laurent Vivier > Reviewed-by: Michael S. Tsirkin > --- > include/hw/pci/pci_ids.h | 112 +++++++++++++++++++++++++++++++++++++++++++---- > 1 file changed, 103 insertions(+), 9 deletions(-) Reviewed-by: Thomas Huth