diff options
author | Isaku Yamahata <yamahata@valinux.co.jp> | 2010-12-22 15:14:35 +0900 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2010-12-22 09:01:53 +0200 |
commit | 0ead87c8debaf12bf4e8cf5130e4e7fb83dbf126 (patch) | |
tree | 851fbd24dd47cfa05405ac732ccb31fcc3384fe7 /hw/xio3130_upstream.c | |
parent | 362dd48c16728a656c1ef75f8160838127fd76d5 (diff) |
pcie: add flr support
Support flr: trigger device reset on flr config write.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/xio3130_upstream.c')
-rw-r--r-- | hw/xio3130_upstream.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/xio3130_upstream.c b/hw/xio3130_upstream.c index 387bf6c77e..a7640f518a 100644 --- a/hw/xio3130_upstream.c +++ b/hw/xio3130_upstream.c @@ -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) { |