All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hu Tao <hutao@cn.fujitsu.com>
To: qemu-devel@nongnu.org
Cc: "Michael S. Tsirkin" <mst@redhat.com>
Subject: [Qemu-devel] [PATCH 0/5] Some PCI related cleanup patches
Date: Tue, 4 Nov 2014 17:12:11 +0800	[thread overview]
Message-ID: <cover.1415091929.git.hutao@cn.fujitsu.com> (raw)

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	other threads:[~2014-11-04  9:15 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-04  9:12 Hu Tao [this message]
2014-11-04  9:12 ` [Qemu-devel] [PATCH 1/5] pci: introduce PC_PCI_CONFIG_ENABLED() Hu Tao
2014-11-04 13:41   ` Marcel Apfelbaum
2014-11-05  5:57     ` Hu Tao
2014-11-04  9:12 ` [Qemu-devel] [PATCH 2/5] pc: define PC_PCI_CONFIG_ADDR and PC_PCI_CONFIG_DATA Hu Tao
2014-11-04 13:44   ` Marcel Apfelbaum
2014-11-05  7:58     ` Hu Tao
2014-11-04  9:12 ` [Qemu-devel] [PATCH 3/5] pci: move initialization of pci's conf_addr and conf_data to common place Hu Tao
2014-11-04 14:21   ` Marcel Apfelbaum
2014-11-05  6:03     ` Hu Tao
2014-11-04  9:12 ` [Qemu-devel] [PATCH 4/5] pci: remove the limit parameter of pci_host_config_read_common Hu Tao
2014-11-04  9:12 ` [Qemu-devel] [PATCH 5/5] pci: remove the limit parameter of pci_host_config_write_common Hu Tao

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1415091929.git.hutao@cn.fujitsu.com \
    --to=hutao@cn.fujitsu.com \
    --cc=mst@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.