diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2011-01-10 10:32:01 -0600 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-01-10 10:32:01 -0600 |
commit | a7bd621d7a270645fb98426c82a0b251fdbc6000 (patch) | |
tree | ea7baf4b742064e092985f5c15d6579fbc6db20f /hw/xio3130_downstream.c | |
parent | 8aaf42ed0f203da63860b0a3ab3ff2bdfe9b4cb0 (diff) | |
parent | a6a7005d14b3c32d4864a718fb1cb19c789f58a5 (diff) | |
download | qemu-a7bd621d7a270645fb98426c82a0b251fdbc6000.zip qemu-a7bd621d7a270645fb98426c82a0b251fdbc6000.tar.gz qemu-a7bd621d7a270645fb98426c82a0b251fdbc6000.tar.bz2 |
Merge remote branch 'mst/for_anthony' into staging
Diffstat (limited to 'hw/xio3130_downstream.c')
-rw-r--r-- | hw/xio3130_downstream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xio3130_downstream.c b/hw/xio3130_downstream.c index 1a2d258..5aa6a6b 100644 --- a/hw/xio3130_downstream.c +++ b/hw/xio3130_downstream.c @@ -89,7 +89,7 @@ static int xio3130_downstream_initfn(PCIDevice *d) if (rc < 0) { goto err_msi; } - pcie_cap_flr_init(d); /* TODO: implement FLR */ + pcie_cap_flr_init(d); pcie_cap_deverr_init(d); pcie_cap_slot_init(d, s->slot); pcie_chassis_create(s->chassis); |