]> Git Repo - qemu.git/blobdiff - hw/xio3130_upstream.c
pcie: add flr support
[qemu.git] / hw / xio3130_upstream.c
index 387bf6c77e6435f9e27afd734824f1ee26a0a979..a7640f518a1fa6b4070055c9c56b914ab4820b5b 100644 (file)
@@ -85,10 +85,7 @@ static int xio3130_upstream_initfn(PCIDevice *d)
     if (rc < 0) {
         goto err_msi;
     }
-
-    /* TODO: implement FLR */
     pcie_cap_flr_init(d);
-
     pcie_cap_deverr_init(d);
     rc = pcie_aer_init(d, XIO3130_AER_OFFSET);
     if (rc < 0) {
This page took 0.024276 seconds and 4 git commands to generate.