From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlaDK-0006hy-89 for qemu-devel@nongnu.org; Tue, 04 Nov 2014 04:15:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlaDC-00068g-6A for qemu-devel@nongnu.org; Tue, 04 Nov 2014 04:15:46 -0500 Received: from [59.151.112.132] (port=19174 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlaDB-00067y-P4 for qemu-devel@nongnu.org; Tue, 04 Nov 2014 04:15:38 -0500 From: Hu Tao Date: Tue, 4 Nov 2014 17:12:11 +0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH 0/5] Some PCI related cleanup patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: "Michael S. Tsirkin" 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