From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60249) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Timlp-0000Xk-I6 for qemu-devel@nongnu.org; Wed, 12 Dec 2012 08:54:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Timlj-0005M2-R8 for qemu-devel@nongnu.org; Wed, 12 Dec 2012 08:54:45 -0500 Received: from mail-ia0-f177.google.com ([209.85.210.177]:62614) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Timlj-0005LK-Lj for qemu-devel@nongnu.org; Wed, 12 Dec 2012 08:54:39 -0500 Received: by mail-ia0-f177.google.com with SMTP id u21so918548ial.8 for ; Wed, 12 Dec 2012 05:54:39 -0800 (PST) Sender: Paolo Bonzini Message-ID: <50C88C97.3020105@redhat.com> Date: Wed, 12 Dec 2012 14:54:31 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1353320494-15033-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1353320494-15033-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/5] Improve consistency of pci-ids.txt, use symbolic constants for QEMU devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: mst@redhat.com, qemu-devel@nongnu.org, kraxel@redhat.com Il 19/11/2012 11:21, Paolo Bonzini ha scritto: > Five small, boring patches. Inspired by Gerd's patch at > http://lists.gnu.org/archive/html/qemu-devel/2012-10/msg05229.html which > unfortunately is already out of date. > > Paolo Bonzini (5): > docs: move pci-ids.txt to docs/specs/ > reorganize pci-ids.txt > virtio-9p: use symbolic constant, add to pci-ids.txt > ivshmem: use symbolic constant for PCI ID, add to pci-ids.txt > pci: use constants for devices under the 1B36 device ID, document them > > docs/specs/pci-ids.txt | 49 ++++++++++++++++++++++++++++++++++++++++++++++ > hw/9pfs/virtio-9p-device.c | 2 +- > hw/ivshmem.c | 2 +- > hw/pci.h | 9 +++++++++ > hw/pci_bridge_dev.c | 8 ++------ > hw/serial-pci.c | 12 ++++++------ > pci-ids.txt | 31 ----------------------------- > 7 file modificati, 68 inserzioni(+), 45 rimozioni(-) > create mode 100644 docs/specs/pci-ids.txt > delete mode 100644 pci-ids.txt > Ping? Paolo