GenericTracing/-Experiment: add SDC detection

This change adds detection of SDCs to GenericTracing and
GenericExperiment via Bochs's I/O port E9.

Change-Id: Ie036aa97468b45cad94b6c8f73d1ef2d227547b2
This commit is contained in:
Michael Lenz
2016-02-10 12:15:01 +01:00
committed by Horst Schirmeier
parent ad558abeb6
commit d46b81eb3d
5 changed files with 85 additions and 2 deletions

View File

@ -28,6 +28,8 @@ class GenericTracing : public fail::ExperimentFlow {
fail::guest_address_t serial_port;
std::string serial_file;
std::string e9_file;
fail::Logger m_log;
fail::ElfReader *m_elf;