All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] pci/pcie: implement ARI enable bit correctly
@ 2011-01-26  9:45 Isaku Yamahata
  2011-01-26  9:45 ` [Qemu-devel] [PATCH 1/3] pci: replace the magic, 256, for the maximum of devfn Isaku Yamahata
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Isaku Yamahata @ 2011-01-26  9:45 UTC (permalink / raw)
  To: qemu-devel; +Cc: yamahata, mst

This patch series implements ARI enable bit in root/downstream port
correctly.

Isaku Yamahata (3):
  pci: replace the magic, 256, for the maximum of devfn
  pci: use devfn for pci_find_device() instead of (slot, fn) pair
  pci/pcie: make pci_find_device() ARI aware.

 hw/pci-hotplug.c   |    5 +++--
 hw/pci.c           |   11 +++++++++--
 hw/pci.h           |    4 +++-
 hw/pci_host.c      |    2 +-
 hw/pci_internals.h |    2 +-
 hw/pcie.c          |   33 +++++++++++++++++++++++++++++----
 hw/pcie.h          |    2 +-
 hw/pcie_host.c     |    3 +--
 8 files changed, 48 insertions(+), 14 deletions(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-01-26 13:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-26  9:45 [Qemu-devel] [PATCH 0/3] pci/pcie: implement ARI enable bit correctly Isaku Yamahata
2011-01-26  9:45 ` [Qemu-devel] [PATCH 1/3] pci: replace the magic, 256, for the maximum of devfn Isaku Yamahata
2011-01-26 13:37   ` [Qemu-devel] " Michael S. Tsirkin
2011-01-26  9:45 ` [Qemu-devel] [PATCH 2/3] pci: use devfn for pci_find_device() instead of (slot, fn) pair Isaku Yamahata
2011-01-26 13:38   ` [Qemu-devel] " Michael S. Tsirkin
2011-01-26  9:45 ` [Qemu-devel] [PATCH 3/3] pci/pcie: make pci_find_device() ARI aware Isaku Yamahata
2011-01-26 13:40   ` [Qemu-devel] " Michael S. Tsirkin

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.