diff options
author | Isaku Yamahata | 2010-12-22 07:14:35 +0100 |
---|---|---|
committer | Michael S. Tsirkin | 2010-12-22 08:01:53 +0100 |
commit | 0ead87c8debaf12bf4e8cf5130e4e7fb83dbf126 (patch) | |
tree | 851fbd24dd47cfa05405ac732ccb31fcc3384fe7 /hw/pcie.h | |
parent | pc/piix: fix mismerge of b1aeb92666d2fde413c34578b3b42bbfe5f2a506 (diff) | |
download | qemu-0ead87c8debaf12bf4e8cf5130e4e7fb83dbf126.tar.gz qemu-0ead87c8debaf12bf4e8cf5130e4e7fb83dbf126.tar.xz qemu-0ead87c8debaf12bf4e8cf5130e4e7fb83dbf126.zip |
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# |