diff options
author | Knut Omang <knut.omang@oracle.com> | 2014-08-24 15:32:18 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2014-08-25 00:16:06 +0200 |
commit | 821be9dbb220389eaa6857705e1df9e64888138f (patch) | |
tree | ff4ddb7187b409abe1f0c12902faf1dfa087a612 /hw/pci-bridge/ioh3420.c | |
parent | ec70b46babac79efc249c8780cafeae97d1c3059 (diff) | |
download | qemu-821be9dbb220389eaa6857705e1df9e64888138f.tar.gz qemu-821be9dbb220389eaa6857705e1df9e64888138f.tar.bz2 qemu-821be9dbb220389eaa6857705e1df9e64888138f.zip |
pcie: Rename the pcie_cap_ari_* functions to pcie_cap_arifwd_*
Rename helper functions to make a clearer distinction between
the PCIe capability/control register feature ARI forwarding and a
device that supports the ARI feature via an ARI extended PCIe capability.
Signed-off-by: Knut Omang <knut.omang@oracle.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/pci-bridge/ioh3420.c')
-rw-r--r-- | hw/pci-bridge/ioh3420.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/pci-bridge/ioh3420.c b/hw/pci-bridge/ioh3420.c index 7cd87fcbb4..aed2bf1d43 100644 --- a/hw/pci-bridge/ioh3420.c +++ b/hw/pci-bridge/ioh3420.c @@ -118,6 +118,7 @@ static int ioh3420_initfn(PCIDevice *d) if (rc < 0) { goto err_msi; } + pcie_cap_deverr_init(d); pcie_cap_slot_init(d, s->slot); pcie_chassis_create(s->chassis); |