From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43154) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TaOUD-0007wt-Vr for qemu-devel@nongnu.org; Mon, 19 Nov 2012 05:21:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TaOUA-0005WF-Ti for qemu-devel@nongnu.org; Mon, 19 Nov 2012 05:21:53 -0500 Received: from mail-pb0-f45.google.com ([209.85.160.45]:47520) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TaOUA-0005W7-NY for qemu-devel@nongnu.org; Mon, 19 Nov 2012 05:21:50 -0500 Received: by mail-pb0-f45.google.com with SMTP id mc8so3253554pbc.4 for ; Mon, 19 Nov 2012 02:21:50 -0800 (PST) Sender: Paolo Bonzini From: Paolo Bonzini Date: Mon, 19 Nov 2012 11:21:29 +0100 Message-Id: <1353320494-15033-1-git-send-email-pbonzini@redhat.com> Subject: [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: , To: qemu-devel@nongnu.org Cc: kraxel@redhat.com, mst@redhat.com 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 -- 1.7.12.1