From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57663) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsXah-0007UC-G7 for qemu-devel@nongnu.org; Tue, 08 Jan 2013 06:43:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TsXaf-0004Nq-QB for qemu-devel@nongnu.org; Tue, 08 Jan 2013 06:43:35 -0500 Received: from mail-wg0-f49.google.com ([74.125.82.49]:42236) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsXaf-0004Ng-JM for qemu-devel@nongnu.org; Tue, 08 Jan 2013 06:43:33 -0500 Received: by mail-wg0-f49.google.com with SMTP id 15so233352wgd.28 for ; Tue, 08 Jan 2013 03:43:32 -0800 (PST) Sender: Paolo Bonzini Message-ID: <50EC0660.4090608@redhat.com> Date: Tue, 08 Jan 2013 12:43:28 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1355390378-16692-1-git-send-email-pbonzini@redhat.com> <50DC7756.2000908@redhat.com> In-Reply-To: <50DC7756.2000908@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 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: , To: qemu-devel@nongnu.org, mst@redhat.com Il 27/12/2012 17:29, Paolo Bonzini ha scritto: > Il 13/12/2012 10:19, 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. > > Ping... Ping^2... Paolo > Paolo > >> 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 | 50 ++++++++++++++++++++++++++++++++++++++++++++++ >> hw/9pfs/virtio-9p-device.c | 2 +- >> hw/ivshmem.c | 7 +++++-- >> hw/pci.h | 8 ++++++++ >> hw/pci_bridge_dev.c | 8 ++------ >> hw/serial-pci.c | 12 +++++------ >> pci-ids.txt | 31 ---------------------------- >> 7 files changed, 72 insertions(+), 46 deletions(-) >> create mode 100644 docs/specs/pci-ids.txt >> delete mode 100644 pci-ids.txt >> > > >