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... 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 >