提交 84090bbc 编写于 作者: P Paolo Bonzini

pci: remove Link Training error from AER error list

The spec says:

    Undefined – The value read from this bit is
    undefined. In previous versions of this
    specification, this bit was used to indicate a Link
    Training Error. System software must ignore the
    value read from this bit. System software is
    permitted to write any value to this bit.

Do not allow injecting it.
Suggested-by: NMichael S. Tsirkin <mst@redhat.com>
Reviewed-by: NMichael S. Tsirkin <mst@redhat.com>
Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
上级 05620f85
...@@ -827,10 +827,6 @@ typedef struct PCIEAERErrorName { ...@@ -827,10 +827,6 @@ typedef struct PCIEAERErrorName {
*/ */
static const struct PCIEAERErrorName pcie_aer_error_list[] = { static const struct PCIEAERErrorName pcie_aer_error_list[] = {
{ {
.name = "TRAIN",
.val = PCI_ERR_UNC_TRAIN,
.correctable = false,
}, {
.name = "DLP", .name = "DLP",
.val = PCI_ERR_UNC_DLP, .val = PCI_ERR_UNC_DLP,
.correctable = false, .correctable = false,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册