From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=57206 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pi1wW-0005Ri-6l for qemu-devel@nongnu.org; Wed, 26 Jan 2011 04:45:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pi1wK-0006ls-2R for qemu-devel@nongnu.org; Wed, 26 Jan 2011 04:45:36 -0500 Received: from mail.valinux.co.jp ([210.128.90.3]:43631) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pi1wJ-0006lN-LE for qemu-devel@nongnu.org; Wed, 26 Jan 2011 04:45:24 -0500 From: Isaku Yamahata Date: Wed, 26 Jan 2011 18:45:17 +0900 Message-Id: Subject: [Qemu-devel] [PATCH 0/3] pci/pcie: implement ARI enable bit correctly List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: yamahata@valinux.co.jp, mst@redhat.com 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(-)