qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/5] Some PCI related cleanup patches


From: Hu Tao
Subject: [Qemu-devel] [PATCH 0/5] Some PCI related cleanup patches
Date: Tue, 4 Nov 2014 17:12:11 +0800

Hi,

This series includes 5 PCI clenaup patches. See each patch for the
detail.

Hu Tao (5):
  pci: introduce PC_PCI_CONFIG_ENABLED()
  pc: define PC_PCI_CONFIG_ADDR and PC_PCI_CONFIG_DATA
  pci: move initialization of pci's conf_addr and conf_data to common
    place
  pci: remove the limit parameter of pci_host_config_read_common
  pci: remove the limit parameter of pci_host_config_write_common

 hw/mips/gt64xxx_pci.c     |  4 +--
 hw/pci-host/piix.c        | 20 ---------------
 hw/pci-host/q35.c         | 15 +++--------
 hw/pci/pci_host.c         | 65 ++++++++++++++++++++++++++++++++++++++++-------
 hw/pci/pcie_host.c        | 18 ++-----------
 hw/ppc/spapr_pci.c        |  6 ++---
 include/hw/pci-host/q35.h |  3 ---
 include/hw/pci/pci.h      |  7 +++++
 include/hw/pci/pci_host.h |  4 +--
 tests/libqos/pci-pc.c     | 24 ++++++++---------
 10 files changed, 87 insertions(+), 79 deletions(-)

-- 
1.9.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]