]> xenbits.xensource.com Git - people/julieng/xen-unstable.git/commitdiff
VT-d: drop unneeded Ivybridge quirk workaround
authorJan Beulich <jbeulich@suse.com>
Thu, 3 Dec 2015 14:33:10 +0000 (15:33 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 3 Dec 2015 14:33:10 +0000 (15:33 +0100)
We've been told by Intel that server chipsets don't need the workaround
anymore starting with Ivybridge (Xeon E5/E7 v2); the second half of the
workaround was missing anyway.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Kevin Tian <kevin.tian@intel.com>
xen/drivers/passthrough/vtd/quirks.c

index 1888843dff2015e6403625afe172e0c95731d1c2..49df41de34ef47d557db945b71a8644a33072a76 100644 (file)
@@ -432,7 +432,6 @@ void pci_vtd_quirk(const struct pci_dev *pdev)
      *   - This can cause system failure upon non-fatal VT-d faults.
      *   - Potential security issue if malicious guest trigger VT-d faults.
      */
-    case 0x0e28: /* Xeon-E5v2 (IvyBridge) */
     case 0x342e: /* Tylersburg chipset (Nehalem / Westmere systems) */
     case 0x3728: /* Xeon C5500/C3500 (JasperForest) */
     case 0x3c28: /* Sandybridge */