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/pcie.h | |
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/pcie.h')
-rw-r--r-- | hw/pcie.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -63,8 +63,6 @@ struct PCIExpressDevice { /* Offset of express capability in config space */ uint8_t exp_cap; - /* TODO FLR */ - /* SLOT */ unsigned int hpev_intx; /* INTx for hot plug event (0-3:INT[A-D]#) * default is 0 = INTA# |