On Thu, Aug 30, 2018 at 06:30:03PM -0600, Jon Derrick wrote: > Some VMD devices will want to use firmware first error-handling on the > entire domain. This is detected by the BIOS setting the VMD endpoint's > interface to 0x1. > > Detect this condition and propogate it to the entire domain. > > Signed-off-by: Jon Derrick <jonathan.derrick@xxxxxxxxx> Just curious, do you know what happens if you encounter a fatal error in a VMD domain with FF enabled? Will this create generic hw error source event for the OS, and if so, does the error record point to the VMD device as the source, or the device within the domain that actually sent the ERR_FATAL? The implementation looks fine to me. Reviewed-by: Keith Busch <keith.busch@xxxxxxxxx>